[Libreoffice-commits] .: Branch 'libreoffice-3-5' - postgresql/makefile.mk

Fridrich Strba fridrich at kemper.freedesktop.org
Mon Dec 12 04:18:01 PST 2011


 postgresql/makefile.mk |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit d047aaa574ddb6878e17b5ab0507ed9d61301d5b
Author: Fridrich Å trba <fridrich.strba at bluewin.ch>
Date:   Mon Dec 12 13:12:29 2011 +0100

    fix mac build of pgsql
    
    Signed-off-by: Fridrich Å trba <fridrich.strba at bluewin.ch>

diff --git a/postgresql/makefile.mk b/postgresql/makefile.mk
index 810e46f..6b687b4 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


More information about the Libreoffice-commits mailing list