summaryrefslogtreecommitdiff
path: root/postgresql
diff options
context:
space:
mode:
authorFridrich Štrba <fridrich.strba@bluewin.ch>2011-12-12 12:53:35 +0100
committerFridrich Štrba <fridrich.strba@bluewin.ch>2011-12-12 12:53:35 +0100
commit8d3be00b0ce3f43345d503661ac94786cf8e37c3 (patch)
tree227033f0f2b21d600322490c6aaddd1390aa00b8 /postgresql
parente96eb62002d6bd745f5615bf180c3586f247cdd1 (diff)
OOps, typo
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 3f3bd823ecb4..810e46f2efaa 100644
--- a/postgresql/makefile.mk
+++ b/postgresql/makefile.mk
@@ -52,7 +52,7 @@ CONFIGURE_DIR=.
BUILD_DIR=src
CONFIGURE_ACTION =
-BUILD_ACTION = nmake -f win32.mak USE_SSL=1 USE_LDAP=1 USE_MOZLDAL=1
+BUILD_ACTION = nmake -f win32.mak USE_SSL=1 USE_LDAP=1 USE_MOZLDAP=1
.ELSE
CONFIGURE_DIR=.
BUILD_DIR=src/interfaces/libpq