mirror of
https://github.com/samba-team/samba.git
synced 2025-02-22 05:57:43 +03:00
Add -berok to LDSHFLAGS on AIX so modules build on AIX 5 (reported
by Stephen D. Roylance) (This used to be commit 502f332345db88c9ff474e84f22080d99dc6c771)
This commit is contained in:
parent
8911258e7e
commit
84e2fbf17c
@ -996,7 +996,7 @@ if test "$enable_shared" = "yes"; then
|
||||
;;
|
||||
*aix*) AC_DEFINE(AIX,1,[Whether the host os is aix])
|
||||
BLDSHARED="true"
|
||||
LDSHFLAGS="-Wl,-bexpall,-bM:SRE,-bnoentry"
|
||||
LDSHFLAGS="-Wl,-bexpall,-bM:SRE,-bnoentry,-berok"
|
||||
DYNEXP="-Wl,-brtl,-bexpall"
|
||||
PICFLAG="-O2"
|
||||
if test "${GCC}" != "yes"; then
|
||||
|
Loading…
x
Reference in New Issue
Block a user