summaryrefslogtreecommitdiff
path: root/source4/build/m4/check_ld.m4
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2007-04-16 10:36:15 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 14:50:48 -0500
commite91776220cc18ffc7ab4fe62ccf8197b1b3dd50f (patch)
tree3fc82290e8668288d03968d627910e37bbeccafc /source4/build/m4/check_ld.m4
parent92573a7176db2961a242e45cd0a0b42e68c47575 (diff)
downloadsamba-e91776220cc18ffc7ab4fe62ccf8197b1b3dd50f.tar.gz
samba-e91776220cc18ffc7ab4fe62ccf8197b1b3dd50f.tar.bz2
samba-e91776220cc18ffc7ab4fe62ccf8197b1b3dd50f.zip
r22257: disable shared libraries on IRIX for now
as us4 fails to link libtorture.so because of an argv overflow metze (This used to be commit c924b0b89c3d8cd2e8b4db5866be028d9f13a787)
Diffstat (limited to 'source4/build/m4/check_ld.m4')
-rw-r--r--source4/build/m4/check_ld.m43
1 files changed, 2 insertions, 1 deletions
diff --git a/source4/build/m4/check_ld.m4 b/source4/build/m4/check_ld.m4
index 60b59bd653..5d82359ac0 100644
--- a/source4/build/m4/check_ld.m4
+++ b/source4/build/m4/check_ld.m4
@@ -95,7 +95,8 @@ case "$host_os" in
PICFLAG="-fPIC"
;;
*irix*)
- BLDSHARED="true"
+ # disabled because us4 fails to link libtorture.so
+ BLDSHARED="false"
SHLD_FLAGS="-set_version sgi1.0 -shared"
SONAMEFLAG="-soname "
SHLD="${PROG_LD}"