mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-07-06 00:45:09 +00:00
Merge pull request #10 from dekkers/link-libsogo-with-libdl
Link libSOGo with libdl on systems with glibc
This commit is contained in:
@@ -48,6 +48,10 @@ else
|
||||
SOGo_LIBRARIES_DEPEND_UPON += -lcrypt
|
||||
endif
|
||||
|
||||
ifeq ($(findstring gnu, $(GNUSTEP_HOST_OS)), gnu)
|
||||
SOGo_LIBRARIES_DEPEND_UPON += -ldl
|
||||
endif
|
||||
|
||||
ADDITIONAL_TOOL_LIBS += \
|
||||
-L$(GNUSTEP_OBJ_DIR)/ \
|
||||
-lSOGo \
|
||||
|
||||
Reference in New Issue
Block a user