rpms/tcl/devel tcl-8.5a5-cflags.patch,NONE,1.1 tcl.spec,1.30,1.31

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Tue Dec 19 15:09:40 UTC 2006


Author: mmaslano

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

Modified Files:
	tcl.spec 
Added Files:
	tcl-8.5a5-cflags.patch 
Log Message:
Add patch, change spec.


tcl-8.5a5-cflags.patch:
 tcl.m4 |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)

--- NEW FILE tcl-8.5a5-cflags.patch ---
--- tcl-8.5a5/tcl8.5a5/unix/tcl.m4.cflags	2006-12-19 10:54:48.000000000 +0100
+++ tcl-8.5a5/tcl8.5a5/unix/tcl.m4	2006-12-19 15:19:27.000000000 +0100
@@ -1431,7 +1431,7 @@
 	    SHLIB_LD_LIBS='${LIBS}'
 	    SHLIB_SUFFIX=".so"
 
-	    SHLIB_LD="${CC} -shared"
+	    SHLIB_LD="${CC} ${CFLAGS} -shared"
 	    DL_OBJS=""
 	    DL_LIBS="-ldl"
 	    LDFLAGS="$LDFLAGS -Wl,--export-dynamic"


Index: tcl.spec
===================================================================
RCS file: /cvs/dist/rpms/tcl/devel/tcl.spec,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -r1.30 -r1.31
--- tcl.spec	19 Dec 2006 14:55:37 -0000	1.30
+++ tcl.spec	19 Dec 2006 15:09:38 -0000	1.31
@@ -5,7 +5,7 @@
 Summary: Tcl scripting language development environment
 Name: tcl
 Version: %{majorver}a5
-Release: 1%{?dist}
+Release: 2%{?dist}
 License: BSD
 Group: Development/Languages
 URL: http://tcl.sourceforge.net/




More information about the fedora-cvs-commits mailing list