summaryrefslogtreecommitdiff
path: root/postgresql
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2013-09-23 19:31:05 +0200
committerMichael Stahl <mstahl@redhat.com>2013-09-23 19:32:02 +0200
commitab74f61f80beffee9aecf622d476205c13e8c245 (patch)
treeb50087229257d1256dca798d7a535524ec3cc094 /postgresql
parent1133c65555568d17d9f9a2e4bf2054d89d77b065 (diff)
postgresql: find libldap_r again
... so that's what the ldap_r was for that i removed in f33c8644c052bf9d69157224500ca7887075c7da. Change-Id: I8b913880fa32b2bf8566727af954a0ce0da4bba0
Diffstat (limited to 'postgresql')
-rw-r--r--postgresql/ExternalProject_postgresql.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/postgresql/ExternalProject_postgresql.mk b/postgresql/ExternalProject_postgresql.mk
index 1cbaed077c78..9f495c51b888 100644
--- a/postgresql/ExternalProject_postgresql.mk
+++ b/postgresql/ExternalProject_postgresql.mk
@@ -42,7 +42,7 @@ $(call gb_ExternalProject_get_state_target,postgresql,build) :
$(if $(and $(filter NO,$(SYSTEM_OPENSSL)), $(filter-out YES,$(DISABLE_OPENSSL))),\
-I$(call gb_UnpackedTarball_get_dir,openssl/include))" \
$(if $(filter NO,$(SYSTEM_OPENLDAP)), \
- LDFLAGS="-L$(call gb_UnpackedTarball_get_dir,openldap)/libraries/libldap/.libs -L$(call gb_UnpackedTarball_get_dir,openldap)/libraries/liblber/.libs -L$(OUTDIR)/lib" \
+ LDFLAGS="-L$(call gb_UnpackedTarball_get_dir,openldap)/libraries/libldap_r/.libs -L$(call gb_UnpackedTarball_get_dir,openldap)/libraries/libldap/.libs -L$(call gb_UnpackedTarball_get_dir,openldap)/libraries/liblber/.libs -L$(OUTDIR)/lib" \
EXTRA_LDAP_LIBS="-llber -lssl3 -lsmime3 -lnss3 -lnssutil3 -lplds4 -lplc4 -lnspr4" \
) \
&& cd src/interfaces/libpq \