summaryrefslogtreecommitdiff
path: root/postgresql
diff options
context:
space:
mode:
authorFridrich Štrba <fridrich.strba@bluewin.ch>2011-12-13 09:16:30 +0100
committerFridrich Štrba <fridrich.strba@bluewin.ch>2011-12-13 09:19:01 +0100
commitd1dacd144f8c17fbbefe834792d900c5a98b6951 (patch)
tree7d5c69d0ec7be3f80e21b5e1888e6d42e650d4e8 /postgresql
parent00a67c0f9056729695e6004707d64b448756fa6f (diff)
Use SOLARINC and SOLARLIB instead of hand-crafted path
Diffstat (limited to 'postgresql')
-rw-r--r--postgresql/makefile.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/postgresql/makefile.mk b/postgresql/makefile.mk
index 1c517685d72c..8b57a0777441 100644
--- a/postgresql/makefile.mk
+++ b/postgresql/makefile.mk
@@ -57,7 +57,7 @@ BUILD_ACTION = nmake -f win32.mak USE_SSL=1 USE_LDAP=1 USE_MOZLDAP=1
CONFIGURE_DIR=.
BUILD_DIR=src/interfaces/libpq
-CONFIGURE_ACTION = CPPFLAGS="-I$(SOLARVER)$/$(INPATH)$/inc -I$(SOLARVER)$/$(INPATH)$/inc$/external" LDFLAGS="-L$(SOLARVER)$/$(INPATH)$/lib" ./configure --without-readline --disable-shared --with-openssl
+CONFIGURE_ACTION = CPPFLAGS="$(SOLARINC)" LDFLAGS="$(SOLARLIB)" ./configure --without-readline --disable-shared --with-openssl
.IF "$(WITH_LDAP)" == "YES"
CONFIGURE_ACTION += --with-ldap
.IF "$(WITH_OPENLDAP)" != "YES"