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

Fridrich Strba fridrich at kemper.freedesktop.org
Mon Dec 12 05:21:27 PST 2011


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

New commits:
commit cea479492ad6515969d1452345bc4d8c1ac6e54b
Author: Fridrich Å trba <fridrich.strba at bluewin.ch>
Date:   Mon Dec 12 14:19:07 2011 +0100

    Fix a thinko in makefile.mk

diff --git a/postgresql/makefile.mk b/postgresql/makefile.mk
index 6b687b4..6f2931e 100644
--- a/postgresql/makefile.mk
+++ b/postgresql/makefile.mk
@@ -60,10 +60,9 @@ BUILD_DIR=src/interfaces/libpq
 CONFIGURE_ACTION = CPPFLAGS=-I$(SOLARVER)$/$(INPATH)$/inc ./configure --without-readline --disable-shared --with-openssl
 .IF "$(WITH_LDAP)" == "YES"
 CONFIGURE_ACTION += --with-ldap
-.ENDIF
 .IF "$(WITH_OPENLDAP)" != "YES"
 CONFIGURE_ACTION += --with-mozldap
-.ELSE
+.ENDIF
 .ENDIF
 BUILD_ACTION = make -j$(GMAKE_MODULE_PARALLELISM) all-static-lib
 .ENDIF


More information about the Libreoffice-commits mailing list