summaryrefslogtreecommitdiff
path: root/source3/configure.in
diff options
context:
space:
mode:
authorHerb Lewis <herb@samba.org>2002-02-06 00:53:00 +0000
committerHerb Lewis <herb@samba.org>2002-02-06 00:53:00 +0000
commit57cfadcbbdd490d87061a0a5e70d8be4cb634cd1 (patch)
tree66c75fe6245d5c51db093df7f2f20f2434436296 /source3/configure.in
parent4f442bc0112a701fec9df7c5ae8132fc73c0f74c (diff)
downloadsamba-57cfadcbbdd490d87061a0a5e70d8be4cb634cd1.tar.gz
samba-57cfadcbbdd490d87061a0a5e70d8be4cb634cd1.tar.bz2
samba-57cfadcbbdd490d87061a0a5e70d8be4cb634cd1.zip
fix for IRIX toolroot builds
(This used to be commit dc3fb2e6dcd92efd7468bd8121fbc49e3dadb8ea)
Diffstat (limited to 'source3/configure.in')
-rw-r--r--source3/configure.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/source3/configure.in b/source3/configure.in
index 9b2f950b9c..ec440aaa72 100644
--- a/source3/configure.in
+++ b/source3/configure.in
@@ -726,7 +726,8 @@ case "$host_os" in
esac
ATTEMPT_WRAP32_BUILD=yes
BLDSHARED="true"
- LDSHFLAGS="-Wl,-soname,\$@ -shared"
+ LDSHFLAGS="-soname \$@ -shared"
+ SHLD="\${LD}"
if test "${ac_cv_prog_CC}" = "gcc"; then
PICFLAG="-fPIC"
else