svn commit: samba r22308 - in branches/SAMBA_4_0/source/build/m4: .

metze at samba.org metze at samba.org
Tue Apr 17 13:58:57 GMT 2007


Author: metze
Date: 2007-04-17 13:58:57 +0000 (Tue, 17 Apr 2007)
New Revision: 22308

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

Log:
disabled shared libraries on aix and openbsd
until we can link libtorture.so and libntvfs.so
there

metze
Modified:
   branches/SAMBA_4_0/source/build/m4/check_ld.m4


Changeset:
Modified: branches/SAMBA_4_0/source/build/m4/check_ld.m4
===================================================================
--- branches/SAMBA_4_0/source/build/m4/check_ld.m4	2007-04-17 13:48:12 UTC (rev 22307)
+++ branches/SAMBA_4_0/source/build/m4/check_ld.m4	2007-04-17 13:58:57 UTC (rev 22308)
@@ -89,7 +89,8 @@
 		PICFLAG="-fPIC -DPIC"
 		;;
 	*openbsd*)
-		BLDSHARED="true"
+		# disabled because us4 fails to link libtorture.so
+		BLDSHARED="false"
 		LDFLAGS="$LDFLAGS -Wl,-Bdynamic"
 		SONAMEFLAG="-Wl,-soname,"
 		PICFLAG="-fPIC"
@@ -107,7 +108,8 @@
 		fi
 		;;
 	*aix*)
-		BLDSHARED="true"
+		# disabled because us4 fails to link libtorture.so
+		BLDSHARED="false"
 		SHLD_FLAGS="-Wl,-G,-bexpall,-bbigtoc"
 		LDFLAGS="$LDFLAGS -Wl,-brtl,-bexpall,-bbigtoc"
 		# as AIX code is always position independent...



More information about the samba-cvs mailing list