mirror of
https://github.com/samba-team/samba.git
synced 2025-01-12 09:18:10 +03:00
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 213ba3a719
)
This commit is contained in:
parent
db9db9cef9
commit
658b72916f
@ -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...
|
||||
|
Loading…
Reference in New Issue
Block a user