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 | aefa7e1c3f70f4e31900d3f852e287db61f5142d (patch) | |
tree | 8e2d3760eb3ff55fa37454f4defbc6c357fbf6fd /source3/configure.in | |
parent | e6866f1851c0fe6c1f9644339ef2ede362e8c851 (diff) | |
download | samba-aefa7e1c3f70f4e31900d3f852e287db61f5142d.tar.gz samba-aefa7e1c3f70f4e31900d3f852e287db61f5142d.tar.xz samba-aefa7e1c3f70f4e31900d3f852e287db61f5142d.zip |
Fix the PIC flag for IRIX
(This used to be commit 6a7645f90b8c89fa5a74c0f2eb7667228f6d8c06)
Diffstat (limited to 'source3/configure.in')
-rw-r--r-- | source3/configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/configure.in b/source3/configure.in index c24a36b7db..8b147c49e0 100644 --- a/source3/configure.in +++ b/source3/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" |