]> git.pld-linux.org Git - packages/tcl.git/commitdiff
- added norpath patch, release 0.2
authorJakub Bogusz <qboosh@pld-linux.org>
Tue, 17 Jun 2003 19:15:52 +0000 (19:15 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    tcl-norpath.patch -> 1.1
    tcl.spec -> 1.74

tcl-norpath.patch [new file with mode: 0644]
tcl.spec

diff --git a/tcl-norpath.patch b/tcl-norpath.patch
new file mode 100644 (file)
index 0000000..8345325
--- /dev/null
@@ -0,0 +1,24 @@
+--- tcl8.4.3/unix/Makefile.in.orig     2003-06-17 20:05:11.000000000 +0200
++++ tcl8.4.3/unix/Makefile.in  2003-06-17 20:08:17.000000000 +0200
+@@ -205,8 +205,8 @@
+ # Additional search flags needed to find the various shared libraries
+ # at run-time.  The first symbol is for use when creating a binary
+ # with cc, and the second is for use when running ld directly.
+-CC_SEARCH_FLAGS       = @CC_SEARCH_FLAGS@
+-LD_SEARCH_FLAGS       = @LD_SEARCH_FLAGS@
++CC_SEARCH_FLAGS       =
++LD_SEARCH_FLAGS       =
+ # The following symbol is defined to "$(DLTEST_TARGETS)" if dynamic
+ # loading is available;  this causes everything in the "dltest"
+--- tcl8.4.3/unix/tcl.m4.orig  2003-06-17 20:05:11.000000000 +0200
++++ tcl8.4.3/unix/tcl.m4       2003-06-17 20:08:12.000000000 +0200
+@@ -1685,7 +1685,7 @@
+     if test "${SHARED_BUILD}" = "1" && test "${SHLIB_SUFFIX}" != "" ; then
+         LIB_SUFFIX=${SHARED_LIB_SUFFIX}
+-        MAKE_LIB='${SHLIB_LD} -o [$]@ ${SHLIB_LD_FLAGS} ${OBJS} ${SHLIB_LD_LIBS} ${TCL_SHLIB_LD_EXTRAS} ${TK_SHLIB_LD_EXTRAS} ${LD_SEARCH_FLAGS}'
++        MAKE_LIB='${SHLIB_LD} -o [$]@ ${SHLIB_LD_FLAGS} ${OBJS} ${SHLIB_LD_LIBS} ${TCL_SHLIB_LD_EXTRAS} ${TK_SHLIB_LD_EXTRAS}'
+         INSTALL_LIB='$(INSTALL_LIBRARY) $(LIB_FILE) $(LIB_INSTALL_DIR)/$(LIB_FILE)'
+     else
+         LIB_SUFFIX=${UNSHARED_LIB_SUFFIX}
index 64e7dee0bb677139ce367fbee9a4f6a611451cf2..49df66e31daa313470a2c53cb80f1457a0f3a4a3 100644 (file)
--- a/tcl.spec
+++ b/tcl.spec
@@ -7,7 +7,7 @@ Summary(tr):    TCL ile kullan
 Summary(uk):   Tool Command Language - ×ÂÕÄÏ×Õ×ÁÎÁ ÍÏ×Á ÓËÒÉÐÔ¦×
 Name:          tcl
 Version:       %{major}.3
-Release:       0.1
+Release:       0.2
 License:       BSD
 Group:         Development/Languages/Tcl
 Source0:       http://dl.sourceforge.net/tcl/%{name}%{version}-src.tar.gz
@@ -22,6 +22,7 @@ Patch4:               %{name}-opt.patch
 Patch5:                %{name}-ac25x.patch
 Patch6:                %{name}-mannames.patch
 Patch7:                %{name}-soname_fix.patch
+Patch8:                %{name}-norpath.patch
 Icon:          tcl.gif
 URL:           http://www.tcl.tk/
 BuildRequires: autoconf
@@ -105,6 +106,7 @@ Pliki nag
 %patch5 -p1
 %patch6 -p1
 %patch7 -p1
+%patch8 -p1
 
 %build
 cd unix
This page took 0.046798 seconds and 4 git commands to generate.