summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2008-01-21 15:00:34 +0100
committerVolker Lendecke <vl@samba.org>2008-01-21 15:01:19 +0100
commitd221d53f3a523ac014e9f33b67f0b7d777dfb171 (patch)
tree99ccb4414635bd835f54a874f177cc222f192326
parent7b6a439efe8a077bf333a9badde021eb9a54b227 (diff)
downloadsamba-d221d53f3a523ac014e9f33b67f0b7d777dfb171.tar.gz
samba-d221d53f3a523ac014e9f33b67f0b7d777dfb171.tar.bz2
samba-d221d53f3a523ac014e9f33b67f0b7d777dfb171.zip
Link smbd on AIX with -bexpfull instead of -bexpall
-bexpall only exports the names without leading _, so we don't get _talloc_reallo_array for example. Thanks a lot to Heinrich Mislik for the hint! (This used to be commit 74a71f198866ba0a0217e58a6a47bdc858d5df68)
-rw-r--r--source3/configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/configure.in b/source3/configure.in
index 25e3b3600b..fcbe56f268 100644
--- a/source3/configure.in
+++ b/source3/configure.in
@@ -1864,7 +1864,7 @@ DSO_EXPORTS=""
*aix*) AC_DEFINE(AIX,1,[Whether the host os is aix])
BLDSHARED="true"
LDSHFLAGS="-Wl,-G,-bexpall,-bbigtoc"
- DYNEXP="-Wl,-brtl,-bexpall,-bbigtoc"
+ DYNEXP="-Wl,-brtl,-bexpfull,-bbigtoc"
PICFLAG="-O2"
# as AIX code is always position independent...
# .po will just create compile warnings, use po.o: