svn commit: samba r25860 - in branches/SAMBA_4_0: . source/lib/replace

jelmer at samba.org jelmer at samba.org
Tue Nov 6 04:26:57 GMT 2007


Author: jelmer
Date: 2007-11-06 04:26:57 +0000 (Tue, 06 Nov 2007)
New Revision: 25860

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=25860

Log:
Remove flag that causes problems on some hosts.
Modified:
   branches/SAMBA_4_0/
   branches/SAMBA_4_0/source/lib/replace/libreplace_ld.m4


Changeset:

Property changes on: branches/SAMBA_4_0
___________________________________________________________________
Name: bzr:revision-info
...skipped...
Name: bzr:revision-id:v3-trunk0
...skipped...

Modified: branches/SAMBA_4_0/source/lib/replace/libreplace_ld.m4
===================================================================
--- branches/SAMBA_4_0/source/lib/replace/libreplace_ld.m4	2007-11-06 04:26:52 UTC (rev 25859)
+++ branches/SAMBA_4_0/source/lib/replace/libreplace_ld.m4	2007-11-06 04:26:57 UTC (rev 25860)
@@ -84,7 +84,7 @@
 			SHLD_FLAGS="-G"
 			;;
 		*irix*)
-			SHLD_FLAGS="-set_version sgi1.0 -shared"
+			SHLD_FLAGS="-shared"
 			;;
 		*aix*)
 			SHLD_FLAGS="-Wl,-G,-bexpall,-bbigtoc"



More information about the samba-cvs mailing list