Link libSOGo with libdl on systems with glibc

pull/10/head
Jeroen Dekkers 2013-03-11 19:37:45 +01:00
parent 3cd91846a6
commit 4d8bff5130
1 changed files with 4 additions and 0 deletions

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 \