diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2011-04-18 20:37:01 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2011-04-18 20:37:01 +0200 |
commit | af7ba55889cf59e09b93472cfa6b45cea27d8790 (patch) | |
tree | ae1a47175a31776ccf6421a7e03a012e8c44414d /package/gtk+/patches/patch-ltmain_sh | |
parent | 9f646e1dcc30c61afeb68b6fcdd13021804a2b4e (diff) |
downgrade, otherwise firefox segfaults
Diffstat (limited to 'package/gtk+/patches/patch-ltmain_sh')
-rw-r--r-- | package/gtk+/patches/patch-ltmain_sh | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/package/gtk+/patches/patch-ltmain_sh b/package/gtk+/patches/patch-ltmain_sh deleted file mode 100644 index 8104e4837..000000000 --- a/package/gtk+/patches/patch-ltmain_sh +++ /dev/null @@ -1,11 +0,0 @@ ---- gtk+-2.24.3.orig/ltmain.sh 2011-02-08 13:25:07.000000000 +0100 -+++ gtk+-2.24.3/ltmain.sh 2011-03-18 00:44:15.143369818 +0100 -@@ -5840,7 +5840,7 @@ func_mode_link () - # -O*, -flto*, -fwhopr*, -fuse-linker-plugin GCC link-time optimization - -64|-mips[0-9]|-r[0-9][0-9]*|-xarch=*|-xtarget=*|+DA*|+DD*|-q*|-m*| \ - -t[45]*|-txscale*|-p|-pg|--coverage|-fprofile-*|-F*|@*|-tp=*|--sysroot=*| \ -- -O*|-flto*|-fwhopr*|-fuse-linker-plugin) -+ -O*|-flto*|-fwhopr*|-fuse-linker-plugin|-fstack-protector*) - func_quote_for_eval "$arg" - arg="$func_quote_for_eval_result" - func_append compile_command " $arg" |