summaryrefslogtreecommitdiff
path: root/openldap
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2013-10-26 23:01:23 +0200
committerMichael Stahl <mstahl@redhat.com>2013-10-26 23:21:34 +0200
commit220be19271dc0baa4053086ef43fc0b4a4602586 (patch)
treefdde1bcbb99d155e46ecc4c9d275beae198b4128 /openldap
parent5c94caf12b1bd9702160a4c0be7e1f9bcbb2985c (diff)
openldap: find NSS libraries in WORKDIR
Change-Id: Id5a5b93ed4439bda5fd25916c5fbda61434269b2
Diffstat (limited to 'openldap')
-rw-r--r--openldap/ExternalProject_openldap.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/openldap/ExternalProject_openldap.mk b/openldap/ExternalProject_openldap.mk
index 85963543a13c..66385e88d3ef 100644
--- a/openldap/ExternalProject_openldap.mk
+++ b/openldap/ExternalProject_openldap.mk
@@ -34,7 +34,7 @@ $(call gb_ExternalProject_get_state_target,openldap,build) :
, \
CPPFLAGS="-I$(call gb_UnpackedTarball_get_dir,nss)/mozilla/dist/public/nss -I$(call gb_UnpackedTarball_get_dir,nss)/mozilla/dist/out/include" \
CFLAGS="-I$(call gb_UnpackedTarball_get_dir,nss)/mozilla/dist/public/nss -I$(call gb_UnpackedTarball_get_dir,nss)/mozilla/dist/out/include" \
- LDFLAGS="-L$(OUTDIR)/lib $(if $(filter AIX,$(OS)),-Wl$(COMMA)-brtl)" \
+ LDFLAGS="-L$(call gb_UnpackedTarball_get_dir,nss)/mozilla/dist/out/lib $(if $(filter AIX,$(OS)),-Wl$(COMMA)-brtl)" \
) \
&& MAKEFLAGS= && $(MAKE) \
)