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)
commit213ba3a719e77979c04b872f1d82f68e87287cb0
tree97261dac74b2a3b4808973e7c5e18dca4563ce33
parent1ba223f202a070a695581e0d7161473a3ebf4332
Fix aix-build of libtalloc.so by exporting all necessary symbols.

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