mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-04-16 10:48:50 +00:00
new file
This commit is contained in:
@@ -26,6 +26,14 @@ SOGo_LIBRARIES_DEPEND_UPON += \
|
||||
-lNGLdap -lSBJson \
|
||||
-lGDLContentStore -lcrypto -lgnustep-base -lobjc -ldl
|
||||
|
||||
ifeq ($(HAS_LIBRARY_gnutls),yes)
|
||||
ADDITIONAL_CPPFLAGS += -DHAVE_GNUTLS=1
|
||||
SOGo_LIBRARIES_DEPEND_UPON += -lgnutls
|
||||
else
|
||||
ADDITIONAL_CPPFLAGS += -DHAVE_OPENSSL=1
|
||||
SOGo_LIBRARIES_DEPEND_UPON += -lcrypto
|
||||
endif
|
||||
|
||||
ifeq ($(findstring openbsd, $(GNUSTEP_HOST_OS)), openbsd)
|
||||
SOGo_LIBRARIES_DEPEND_UPON += -lcrypto
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user