From: helge Date: Wed, 5 Jul 2006 10:05:37 +0000 (+0000) Subject: added PG libdir to system libdir X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b6608505cc9f01ea886ce91130a2206b9f837761;p=sope added PG libdir to system libdir git-svn-id: http://svn.opengroupware.org/SOPE/trunk@1312 e4a50df8-12e2-0310-a44c-efbce7f8a7e3 --- diff --git a/sope-gdl1/PostgreSQL/GNUmakefile.preamble b/sope-gdl1/PostgreSQL/GNUmakefile.preamble index 1a728365..0a997f52 100644 --- a/sope-gdl1/PostgreSQL/GNUmakefile.preamble +++ b/sope-gdl1/PostgreSQL/GNUmakefile.preamble @@ -34,7 +34,7 @@ endif # PG config ADDITIONAL_INCLUDE_DIRS += -I$(shell pg_config --includedir) -ADDITIONAL_LIB_DIRS += -L$(shell pg_config --libdir) +PG_LIB_DIRS += -L$(shell pg_config --libdir) PostgreSQL_BUNDLE_LIBS += -lpq @@ -81,7 +81,7 @@ ADDITIONAL_LIB_DIRS += \ endif -SYSTEM_LIB_DIR += $(CONFIGURE_SYSTEM_LIB_DIR) +SYSTEM_LIB_DIR += $(CONFIGURE_SYSTEM_LIB_DIR) $(PG_LIB_DIRS) # TODO: not necessary? covered by pg_config? #ifeq ($(FOUNDATION_LIB),apple)