From: helge Date: Wed, 16 Mar 2005 13:03:55 +0000 (+0000) Subject: hack for PG on OSX X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5f09e026437643917d30e31b228ed8f928073d85;p=sope hack for PG on OSX git-svn-id: http://svn.opengroupware.org/SOPE/trunk@660 e4a50df8-12e2-0310-a44c-efbce7f8a7e3 --- diff --git a/configure b/configure index b8b54759..a9430975 100755 --- a/configure +++ b/configure @@ -24,6 +24,7 @@ DARG_GNUSTEP_SH="$ARG_GSMAKE/GNUstep.sh" DARG_IS_FHS=1 NGSTREAMS_DIR="./sope-core/NGStreams" +LINK_SYSLIBDIRS="-L/usr/local/pgsql/lib -L/usr/local/lib -L/usr/lib" # ******************** usage ******************** @@ -278,7 +279,7 @@ function checkLinking() { echo >>$tmpmake "TOOL_NAME := linktest" echo >>$tmpmake "linktest_OBJC_FILES := dummytool.m" echo >>$tmpmake "linktest_TOOL_LIBS += -l$1" - echo >>$tmpmake "SYSTEM_LIB_DIR += -L/usr/local/lib -L/usr/lib" + echo >>$tmpmake "SYSTEM_LIB_DIR += $(LINK_SYSLIBDIRS)" echo >>$tmpmake "include \$(GNUSTEP_MAKEFILES)/tool.make" make -s messages=yes -f $tmpmake linktest >out.log 2>err.log