diff options
author | Fridrich Štrba <fridrich.strba@bluewin.ch> | 2012-01-30 14:41:06 +0100 |
---|---|---|
committer | Fridrich Štrba <fridrich.strba@bluewin.ch> | 2012-01-31 11:08:06 +0100 |
commit | 165a5bea14f538ea249ec1567d6c4aa08d5bb174 (patch) | |
tree | 58a47195b805b16af8727dd74ca1fe0f9f070b7d /postgresql | |
parent | 4178a9bc423912687c8cefd327e35bffccb53a97 (diff) |
Fix build of postgresql module with mozilla ldap on WNTMSC
Diffstat (limited to 'postgresql')
-rw-r--r-- | postgresql/makefile.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/postgresql/makefile.mk b/postgresql/makefile.mk index 9b5cb3589a9b..0c2e3beed7cc 100644 --- a/postgresql/makefile.mk +++ b/postgresql/makefile.mk @@ -54,6 +54,7 @@ CONFIGURE_DIR=. BUILD_DIR=src CONFIGURE_ACTION = +SOLARINC += -I$(SOLARVER)$/$(INPATH)$/inc$/mozilla$/ldap BUILD_ACTION = nmake -f win32.mak USE_SSL=1 USE_LDAP=1 USE_MOZLDAP=1 .ELSE CONFIGURE_DIR=. |