1
0
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:
Jeremy Allison 2006-03-09 22:00:12 +00:00 committed by Gerald (Jerry) Carter
parent b880602c4c
commit 7d50966d7f

View File

@ -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