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)
commit658b72916f176190b78586073e922ffabf6704b5
treec44fd8c23eaad10bc20d291012607fcd443ea4d8
parentdb9db9cef9b1ec04952ff7f0079cdff1e6ea8016
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
(This used to be commit 213ba3a719e77979c04b872f1d82f68e87287cb0)
source3/configure.in