]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
Fix the PIC flag for IRIX
authorRichard Sharpe <sharpe@samba.org>
Wed, 18 Jul 2001 02:58:19 +0000 (02:58 +0000)
committerRichard Sharpe <sharpe@samba.org>
Wed, 18 Jul 2001 02:58:19 +0000 (02:58 +0000)
source/configure.in

index c24a36b7dbaed19e2f29763a36f66c2664b5919c..8b147c49e019eafc1b466ca48e4ccf4e173ccbb9 100644 (file)
@@ -641,7 +641,7 @@ case "$host_os" in
                        ATTEMPT_WRAP32_BUILD=yes
                        BLDSHARED="true"
                        LDSHFLAGS="-Wl,-soname,\$@ -shared"
-                       PICFLAG="-fPIC"
+                       PICFLAG="-KPIC"
                ;;
                *aix*) AC_DEFINE(AIX)
                        BLDSHARED="true"