[Libreoffice-commits] core.git: openldap/ExternalProject_openldap.mk
Caolán McNamara
caolanm at redhat.com
Thu Apr 18 06:07:24 PDT 2013
openldap/ExternalProject_openldap.mk | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 4cd5cc515bbc8f2f1c01be60bb37ea897420c8d0
Author: Caolán McNamara <caolanm at redhat.com>
Date: Thu Apr 18 13:48:14 2013 +0100
get openldap to link to .so under AIX with gcc
Change-Id: I8f1315320b041828b24ad2604f6e961e65ea417e
diff --git a/openldap/ExternalProject_openldap.mk b/openldap/ExternalProject_openldap.mk
index 88d49dc..396841f 100644
--- a/openldap/ExternalProject_openldap.mk
+++ b/openldap/ExternalProject_openldap.mk
@@ -36,7 +36,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" \
+ LDFLAGS="-L$(OUTDIR)/lib $(if $(filter AIX,$(OS)),-Wl$(COMMA)-brtl)" \
) \
&& MAKEFLAGS= && $(MAKE) \
)
More information about the Libreoffice-commits
mailing list