summaryrefslogtreecommitdiff
path: root/openldap
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2012-07-16 21:12:25 +0200
committerStephan Bergmann <sbergman@redhat.com>2012-07-16 21:12:25 +0200
commit1452bca91ecfeb3f55a4544ada42dfefd14c1ab6 (patch)
treefe832cabea8196ae383767ca4c040845363d6061 /openldap
parent974ac71ee6d0e4f7b989970c1555731a4ad26443 (diff)
No space after -L (Mac OS X)
Change-Id: I5ef42a2a9cae39628442d99c4bc691bd947a92d5
Diffstat (limited to 'openldap')
-rw-r--r--openldap/makefile.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/openldap/makefile.mk b/openldap/makefile.mk
index 00a420c68ca0..018c67e51e16 100644
--- a/openldap/makefile.mk
+++ b/openldap/makefile.mk
@@ -42,7 +42,7 @@ CONFIGURE_FLAGS+=CPPFLAGS="$(NSS_CFLAGS)" CFLAGS="$(NSS_CFLAGS)" LDFLAGS="$(NSS_
.ELSE
CONFIGURE_FLAGS+=CPPFLAGS="-I $(SOLARVER)$/$(INPATH)$/inc$/mozilla$/nss -I $(SOLARVER)$/$(INPATH)$/inc$/mozilla$/nspr"
CONFIGURE_FLAGS+=CFLAGS="-I $(SOLARVER)$/$(INPATH)$/inc$/mozilla$/nss -I $(SOLARVER)$/$(INPATH)$/inc$/mozilla$/nspr"
-CONFIGURE_FLAGS+=LDFLAGS="-L $(SOLARVER)$/$(INPATH)$/lib"
+CONFIGURE_FLAGS+=LDFLAGS="-L$(SOLARVER)$/$(INPATH)$/lib"
.ENDIF
BUILD_FLAGS+= -j$(EXTMAXPROCESS)
BUILD_DIR=$(CONFIGURE_DIR)