SOURCES: mono-sonames.patch - updated for 1.1.8 (configure part al...

qboosh qboosh at pld-linux.org
Sat Jun 18 22:56:11 CEST 2005


Author: qboosh                       Date: Sat Jun 18 20:56:11 2005 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- updated for 1.1.8 (configure part already applied)

---- Files affected:
SOURCES:
   mono-sonames.patch (1.1 -> 1.2) 

---- Diffs:

================================================================
Index: SOURCES/mono-sonames.patch
diff -u SOURCES/mono-sonames.patch:1.1 SOURCES/mono-sonames.patch:1.2
--- SOURCES/mono-sonames.patch:1.1	Sun May  1 16:18:18 2005
+++ SOURCES/mono-sonames.patch	Sat Jun 18 22:56:06 2005
@@ -1,34 +1,5 @@
---- mono-1.0.6/configure.in.orig	2005-05-01 14:45:01.000000000 +0200
-+++ mono-1.0.6/configure.in	2005-05-01 14:53:22.000000000 +0200
-@@ -1204,8 +1204,12 @@
- 		arch_target=sparc;
- 		JIT_SUPPORTED=yes
- 		ACCESS_UNALIGNED="no"
--		LIBC="libc.so"
--		INTL="libintl.so"
-+		case $host_os in
-+		  linux*) ;;
-+		  *)
-+			LIBC="libc.so"
-+			INTL="libintl.so"
-+		esac
- 		jit_wanted=true
- 		;;
-        alpha*-*-linux* | alpha*-*-osf*)
-@@ -1213,6 +1217,11 @@
- 		ACCESS_UNALIGNED="no"
- 		JIT_SUPPORTED=no
- 		arch_target=alpha;
-+		case $host_os in
-+		  linux*)
-+			LIBC="libc.so.6.1"
-+			INTL="libc.so.6.1"
-+		esac
- 	       ;;
- #	ia64-*-linux* | ia64-*-hpux*)
- #		TARGET=IA64;
---- mono-1.0.6/data/config.in.orig	2004-11-14 01:28:09.000000000 +0100
-+++ mono-1.0.6/data/config.in	2005-05-01 16:14:16.000000000 +0200
+--- mono-1.1.8/data/config.in.orig	2005-06-13 16:00:53.000000000 +0200
++++ mono-1.1.8/data/config.in	2005-06-18 23:02:34.474582304 +0200
 @@ -2,9 +2,9 @@
  	<dllmap dll="cygwin1.dll" target="@LIBC@" />
  	<dllmap dll="libc" target="@LIBC@" />
@@ -41,4 +12,4 @@
 +	<dllmap dll="odbc32.dll" target="libodbc.so.1" />
  	<dllmap dll="oci" target="clntsh" />
  	<dllmap dll="db2cli" target="libdb2_36 at libsuffix@"/>
- </configuration>
+ 	<dllmap dll="msvcrt" target="@LIBC@"/>
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SOURCES/mono-sonames.patch?r1=1.1&r2=1.2&f=u




More information about the pld-cvs-commit mailing list