diff options
author | Richard Sharpe <sharpe@samba.org> | 2001-07-18 02:58:19 +0000 |
---|---|---|
committer | Richard Sharpe <sharpe@samba.org> | 2001-07-18 02:58:19 +0000 |
commit | 6a7645f90b8c89fa5a74c0f2eb7667228f6d8c06 (patch) | |
tree | 0e9dbbe9c7133dd84e5f010169e5418060bb8692 /source | |
parent | d7023b881a3e36199f20dba36bd930454d5131cb (diff) | |
download | samba-6a7645f90b8c89fa5a74c0f2eb7667228f6d8c06.tar.gz samba-6a7645f90b8c89fa5a74c0f2eb7667228f6d8c06.tar.xz samba-6a7645f90b8c89fa5a74c0f2eb7667228f6d8c06.zip |
Fix the PIC flag for IRIX
Diffstat (limited to 'source')
-rw-r--r-- | source/configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/configure.in b/source/configure.in index c24a36b7dba..8b147c49e01 100644 --- a/source/configure.in +++ b/source/configure.in @@ -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" |