diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2013-09-04 15:24:03 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2013-09-04 15:24:03 +0200 |
commit | 0d848db3159f5ac24e17a83e749ef5ee9835cb48 (patch) | |
tree | f6ff3ce3b081ee1d48d6e8dc40ac2cb19ce22dcb /package/libxslt/patches/patch-ltmain_sh | |
parent | 70cba12a4d326d2d326655845c1731b521285feb (diff) |
update to latest upstream version, fix musl compile
Diffstat (limited to 'package/libxslt/patches/patch-ltmain_sh')
-rw-r--r-- | package/libxslt/patches/patch-ltmain_sh | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/package/libxslt/patches/patch-ltmain_sh b/package/libxslt/patches/patch-ltmain_sh deleted file mode 100644 index 0c416e0cb..000000000 --- a/package/libxslt/patches/patch-ltmain_sh +++ /dev/null @@ -1,11 +0,0 @@ ---- libxslt-1.1.24.orig/ltmain.sh 2007-08-29 14:28:46.000000000 +0200 -+++ libxslt-1.1.24/ltmain.sh 2011-01-15 21:29:56.000000000 +0100 -@@ -1663,7 +1663,7 @@ EOF - # -F/path gives path to uninstalled frameworks, gcc on darwin - # @file GCC response files - -64|-mips[0-9]|-r[0-9][0-9]*|-xarch=*|-xtarget=*|+DA*|+DD*|-q*|-m*| \ -- -t[45]*|-txscale*|-p|-pg|--coverage|-fprofile-*|-F*|@*) -+ -t[45]*|-txscale*|-p|-pg|--coverage|-fprofile-*|-F*|@*|-fstack-protector*|-flto) - - # Unknown arguments in both finalize_command and compile_command need - # to be aesthetically quoted because they are evaled later. |