[Libreoffice-commits] .: postgresql/makefile.mk
Lionel Elie Mamane
lmamane at kemper.freedesktop.org
Thu Feb 9 23:08:30 PST 2012
postgresql/makefile.mk | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 74cb90c9dc026ccb86cbe3f06b28e53f3e9d5fd6
Author: Lionel Elie Mamane <lionel at mamane.lu>
Date: Fri Feb 10 08:07:32 2012 +0100
pgsql: MSVC build use MozLDAP headers only when using MozLDAP
diff --git a/postgresql/makefile.mk b/postgresql/makefile.mk
index 75c1e62..4550ad5 100644
--- a/postgresql/makefile.mk
+++ b/postgresql/makefile.mk
@@ -56,11 +56,11 @@ CONFIGURE_DIR=.
BUILD_DIR=src
CONFIGURE_ACTION =
-SOLARINC += -I$(SOLARVER)$/$(INPATH)$/inc$/mozilla$/ldap
BUILD_ACTION = nmake -f win32.mak USE_SSL=1
.IF "$(WITH_LDAP)" == "YES"
BUILD_ACTION += USE_LDAP=1
.IF "$(WITH_OPENLDAP)" != "YES"
+SOLARINC += -I$(SOLARVER)$/$(INPATH)$/inc$/mozilla$/ldap
BUILD_ACTION += USE_MOZLDAP=1
.ENDIF
.ENDIF # "$(WITH_LDAP)" == "YES"
More information about the Libreoffice-commits
mailing list