diff options
Diffstat (limited to 'source3/configure.in')
-rw-r--r-- | source3/configure.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/source3/configure.in b/source3/configure.in index e5a6a99f0e..9dce9e0e2c 100644 --- a/source3/configure.in +++ b/source3/configure.in @@ -1719,6 +1719,9 @@ if test "$enable_shared" = "yes"; then LDSHFLAGS="-Wl,-G,-bexpall" DYNEXP="-Wl,-brtl,-bexpall,-bbigtoc" PICFLAGS="-O2" + # as AIX code is always position independent... + # .po will just create compile warnings, use .o: + PICSUFFIX="o" if test "${GCC}" != "yes"; then ## for funky AIX compiler using strncpy() CFLAGS="$CFLAGS -D_LINUX_SOURCE_COMPAT -qmaxmem=32000" |