rpms/tcl/devel tcl-8.3.5-tclm4-soname.patch, 1.2, 1.3 tcl-8.4-no_rpath.patch, 1.2, 1.3

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Fri Feb 9 15:17:13 UTC 2007


Author: mmaslano

Update of /cvs/dist/rpms/tcl/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv7289

Added Files:
	tcl-8.3.5-tclm4-soname.patch tcl-8.4-no_rpath.patch 
Log Message:
Update patches.


tcl-8.3.5-tclm4-soname.patch:
 tcl.m4 |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)

Index: tcl-8.3.5-tclm4-soname.patch
===================================================================
RCS file: tcl-8.3.5-tclm4-soname.patch
diff -N tcl-8.3.5-tclm4-soname.patch
--- /dev/null	1 Jan 1970 00:00:00 -0000
+++ tcl-8.3.5-tclm4-soname.patch	9 Feb 2007 15:17:11 -0000	1.3
@@ -0,0 +1,12 @@
+diff -u tcl8.3.5/unix/tcl.m4~ tcl8.3.5/unix/tcl.m4
+--- tcl8.3.5/unix/tcl.m4~	2003-01-14 20:42:53.000000000 +0900
++++ tcl8.3.5/unix/tcl.m4	2003-01-14 20:42:53.000000000 +0900
+@@ -954,7 +954,7 @@
+ 	    CFLAGS_OPTIMIZE="${CFLAGS_OPTIMIZE} -D__NO_STRING_INLINES -D__NO_MATH_INLINES"
+ 
+ 	    if test "$have_dl" = yes; then
+-		SHLIB_LD="${CC} -shared"
++		SHLIB_LD='${CC} -shared -Wl,-soname,${@}'
+ 		DL_OBJS="tclLoadDl.o"
+ 		DL_LIBS="-ldl"
+ 		LDFLAGS="-rdynamic"

tcl-8.4-no_rpath.patch:
 tcl.m4 |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)

Index: tcl-8.4-no_rpath.patch
===================================================================
RCS file: tcl-8.4-no_rpath.patch
diff -N tcl-8.4-no_rpath.patch
--- /dev/null	1 Jan 1970 00:00:00 -0000
+++ tcl-8.4-no_rpath.patch	9 Feb 2007 15:17:11 -0000	1.3
@@ -0,0 +1,11 @@
+--- tcl8.4.7/unix/tcl.m4~	2004-07-30 16:13:56.891203387 +0900
++++ tcl8.4.7/unix/tcl.m4	2004-07-30 16:19:10.682145185 +0900
+@@ -1141,7 +1141,7 @@
+ 		DL_OBJS="tclLoadDl.o"
+ 		DL_LIBS="-ldl"
+ 		LDFLAGS="$LDFLAGS -Wl,--export-dynamic"
+-		CC_SEARCH_FLAGS='-Wl,-rpath,${LIB_RUNTIME_DIR}'
++		CC_SEARCH_FLAGS=''
+ 		LD_SEARCH_FLAGS=${CC_SEARCH_FLAGS}
+ 	    else
+ 		AC_CHECK_HEADER(dld.h, [




More information about the fedora-cvs-commits mailing list