Merge pull request #10 from dekkers/link-libsogo-with-libdl

Link libSOGo with libdl on systems with glibc
This commit is contained in:
extrafu
2014-09-11 21:01:30 -04:00
+4
View File
@@ -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 \