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

jelmer at samba.org jelmer at samba.org
Wed Nov 14 00:22:39 GMT 2007


Author: jelmer
Date: 2007-11-14 00:22:31 +0000 (Wed, 14 Nov 2007)
New Revision: 25943

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

Log:
Fix soname on hpux.
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-13 22:54:52 UTC (rev 25942)
+++ branches/SAMBA_4_0/source/lib/replace/libreplace_ld.m4	2007-11-14 00:22:31 UTC (rev 25943)
@@ -157,7 +157,7 @@
 			SONAMEFLAG="-Wl,-soname,"
 			;;
 		*hpux*)
-			SONAMEFLAG="-Wl,+h "
+			SONAMEFLAG="-Wl,+h,"
 			;;
 		*osf*)
 			SONAMEFLAG="-Wl,-soname,"



More information about the samba-cvs mailing list