]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
Fix aix-build of libtalloc.so by exporting all necessary symbols.
authorMichael Adam <obnox@samba.org>
Sun, 24 Feb 2008 00:00:39 +0000 (01:00 +0100)
committerMichael Adam <obnox@samba.org>
Sun, 24 Feb 2008 00:00:39 +0000 (01:00 +0100)
Use -bexpfull instead of -bexpall for LDSHFLAGS to also export
symbols starting with "_". This exports all necessary symbols
from libtalloc.so.

Michael

source/configure.in

index 78f0901c531624608c76ec21f8e7adc9ea724bff..3ab2166095cf4038f7aab2d76cc590a5e6a513ab 100644 (file)
@@ -1573,7 +1573,7 @@ DSO_EXPORTS=""
                        ;;
                *aix*) AC_DEFINE(AIX,1,[Whether the host os is aix])
                        BLDSHARED="true"
-                       LDSHFLAGS="-Wl,-G,-bexpall,-bbigtoc"
+                       LDSHFLAGS="-Wl,-G,-bexpfull,-bbigtoc"
                        DYNEXP="-Wl,-brtl,-bexpfull,-bbigtoc"
                        PICFLAG="-O2"
                        # as AIX code is always position independent...