mirror of
https://github.com/samba-team/samba.git
synced 2024-12-25 23:21:54 +03:00
r14106: Fix from William Jojo for AIX vfs builds. Thanks Bill !
Jeremy.
This commit is contained in:
parent
b880602c4c
commit
7d50966d7f
@ -1543,7 +1543,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,-berok"
|
||||
LDSHFLAGS="-Wl,-G,-bexpall"
|
||||
DYNEXP="-Wl,-brtl,-bexpall,-bbigtoc"
|
||||
PICFLAGS="-O2"
|
||||
if test "${GCC}" != "yes"; then
|
||||
|
Loading…
Reference in New Issue
Block a user