Link libSOGo with libdl on systems with glibc

This commit is contained in:
Jeroen Dekkers 2013-03-11 19:37:45 +01:00
parent 3cd91846a6
commit 4d8bff5130

View file

@ -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 \