mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-17 09:25:25 +00:00
Link libSOGo with libdl on systems with glibc
This commit is contained in:
@@ -49,6 +49,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