mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-07-12 11:55:09 +00:00
Make use of pkg-config to retrieve gcc and ld options for liblasso
This commit is contained in:
@@ -37,7 +37,8 @@ endif
|
||||
endif
|
||||
|
||||
ifeq ($(HAS_LIBRARY_lasso), yes)
|
||||
SOGo_LIBRARIES_DEPEND_UPON += -llasso
|
||||
ADDITIONAL_CPPFLAGS += $(LASSO_CFLAGS)
|
||||
SOGo_LIBRARIES_DEPEND_UPON += $(LASSO_LIBS)
|
||||
endif
|
||||
|
||||
ifeq ($(findstring openbsd, $(GNUSTEP_HOST_OS)), openbsd)
|
||||
|
||||
Reference in New Issue
Block a user