summaryrefslogtreecommitdiff
path: root/source3
diff options
context:
space:
mode:
authorRichard Sharpe <sharpe@samba.org>2001-07-18 02:58:19 +0000
committerRichard Sharpe <sharpe@samba.org>2001-07-18 02:58:19 +0000
commitaefa7e1c3f70f4e31900d3f852e287db61f5142d (patch)
tree8e2d3760eb3ff55fa37454f4defbc6c357fbf6fd /source3
parente6866f1851c0fe6c1f9644339ef2ede362e8c851 (diff)
downloadsamba-aefa7e1c3f70f4e31900d3f852e287db61f5142d.tar.gz
samba-aefa7e1c3f70f4e31900d3f852e287db61f5142d.tar.bz2
samba-aefa7e1c3f70f4e31900d3f852e287db61f5142d.zip
Fix the PIC flag for IRIX
(This used to be commit 6a7645f90b8c89fa5a74c0f2eb7667228f6d8c06)
Diffstat (limited to 'source3')
-rw-r--r--source3/configure.in2
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"