diff --git a/SoObjects/SOGo/GNUmakefile.preamble b/SoObjects/SOGo/GNUmakefile.preamble index a03047c38..b7456f8bd 100644 --- a/SoObjects/SOGo/GNUmakefile.preamble +++ b/SoObjects/SOGo/GNUmakefile.preamble @@ -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 \