summaryrefslogtreecommitdiff
path: root/source3/lib/replace
diff options
context:
space:
mode:
authorjelmer <jelmer@0c0555d6-39d7-0310-84fc-f1cc0bd64818>2007-11-06 04:26:57 +0000
committerStefan Metzmacher <metze@samba.org>2007-11-06 09:38:59 +0100
commit29725af3bec1d81173e8f3a400cf059c2b67dfd1 (patch)
tree606e2ce95849aca002a8d838bcb61209bd06b435 /source3/lib/replace
parente759ca84923cf711664e7946c10e10b991ff36ca (diff)
downloadsamba-29725af3bec1d81173e8f3a400cf059c2b67dfd1.tar.gz
samba-29725af3bec1d81173e8f3a400cf059c2b67dfd1.tar.bz2
samba-29725af3bec1d81173e8f3a400cf059c2b67dfd1.zip
Remove flag that causes problems on some hosts.
git-svn-id: svn+ssh://svn.samba.org/data/svn/samba/branches/SAMBA_4_0@25860 0c0555d6-39d7-0310-84fc-f1cc0bd64818 (This used to be commit 57bea8cd02cb7964bbb64ba26b83c372f0e12b94)
Diffstat (limited to 'source3/lib/replace')
-rw-r--r--source3/lib/replace/libreplace_ld.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/lib/replace/libreplace_ld.m4 b/source3/lib/replace/libreplace_ld.m4
index 7f85fb4ccc..79367ba9db 100644
--- a/source3/lib/replace/libreplace_ld.m4
+++ b/source3/lib/replace/libreplace_ld.m4
@@ -84,7 +84,7 @@ AC_DEFUN([AC_LD_SHLDFLAGS],
SHLD_FLAGS="-G"
;;
*irix*)
- SHLD_FLAGS="-set_version sgi1.0 -shared"
+ SHLD_FLAGS="-shared"
;;
*aix*)
SHLD_FLAGS="-Wl,-G,-bexpall,-bbigtoc"