diff options
author | Fridrich Štrba <fridrich.strba@bluewin.ch> | 2011-12-12 13:12:29 +0100 |
---|---|---|
committer | Fridrich Štrba <fridrich.strba@bluewin.ch> | 2011-12-12 13:12:29 +0100 |
commit | 1190a20a9ee022459edacf02bdd793aba24506ea (patch) | |
tree | c15e23fbe46f3e55763160592dc518435cdc8f40 /postgresql | |
parent | 8d3be00b0ce3f43345d503661ac94786cf8e37c3 (diff) |
fix mac build of pgsql
Diffstat (limited to 'postgresql')
-rw-r--r-- | postgresql/makefile.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/postgresql/makefile.mk b/postgresql/makefile.mk index 810e46f2efaa..6b687b40d13f 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 = ./configure --without-readline --disable-shared --with-openssl +CONFIGURE_ACTION = CPPFLAGS=-I$(SOLARVER)$/$(INPATH)$/inc ./configure --without-readline --disable-shared --with-openssl .IF "$(WITH_LDAP)" == "YES" CONFIGURE_ACTION += --with-ldap .ENDIF |