From 8bbf81a3a34faa602ac154825bcc9198fb3f6035 Mon Sep 17 00:00:00 2001 From: helge Date: Tue, 26 Jul 2005 11:54:44 +0000 Subject: [PATCH] fixed OpenBSD linking (#1496) git-svn-id: http://svn.opengroupware.org/SOPE/trunk@936 e4a50df8-12e2-0310-a44c-efbce7f8a7e3 --- sope-ldap/samples/ChangeLog | 4 ++++ sope-ldap/samples/GNUmakefile.preamble | 5 +++++ 2 files changed, 9 insertions(+) diff --git a/sope-ldap/samples/ChangeLog b/sope-ldap/samples/ChangeLog index da895287..9e9ab11c 100644 --- a/sope-ldap/samples/ChangeLog +++ b/sope-ldap/samples/ChangeLog @@ -1,3 +1,7 @@ +2005-07-23 Sebastian Reitenbach + + * GNUmakefile.preamble: added OpenBSD linking flags + 2004-09-11 Marcus Mueller * GNUmakefile.preamble: minor changes for inline compilation with diff --git a/sope-ldap/samples/GNUmakefile.preamble b/sope-ldap/samples/GNUmakefile.preamble index 31536a32..963d8bee 100644 --- a/sope-ldap/samples/GNUmakefile.preamble +++ b/sope-ldap/samples/GNUmakefile.preamble @@ -36,3 +36,8 @@ SYSTEM_LIB_DIR += -L/usr/local/lib -L/usr/lib ADDITIONAL_TOOL_LIBS += \ -lNGStreams -lNGExtensions -lEOControl \ -lDOM -lSaxObjC + +# OS dependend stuff +ifeq ($(findstring openbsd3, $(GNUSTEP_TARGET_OS)), openbsd3) +ADDITIONAL_TOOL_LIBS += -liconv +endif -- 2.39.5