[tcltls] fix patch so it is a proper patch. Newer gcc doesn't work otherwise

Sander Hoentjen tjikkun at fedoraproject.org
Sun Jan 22 15:25:37 UTC 2012


commit 65872514fed42f07eb8e2afa4b869af85e09a1cb
Author: Sander Hoentjen <sander at hoentjen.eu>
Date:   Sun Jan 22 16:24:21 2012 +0100

    fix patch so it is a proper patch. Newer gcc doesn't work otherwise

 tcltls-1.6-no-rpath.patch |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/tcltls-1.6-no-rpath.patch b/tcltls-1.6-no-rpath.patch
index 9c278c7..37da358 100644
--- a/tcltls-1.6-no-rpath.patch
+++ b/tcltls-1.6-no-rpath.patch
@@ -5,7 +5,7 @@
  	    DL_LIBS="-ldl"
  	    LDFLAGS="$LDFLAGS -Wl,--export-dynamic"
 -	    CC_SEARCH_FLAGS='-Wl,-rpath,${LIB_RUNTIME_DIR}'
-+	    CC_SEARCH_FLAGS='-Wl'
++	    CC_SEARCH_FLAGS=''
  	    LD_SEARCH_FLAGS=${CC_SEARCH_FLAGS}
  	    if test "`uname -m`" = "alpha" ; then
  		CFLAGS="$CFLAGS -mieee"


More information about the scm-commits mailing list