diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2011-05-02 15:04:31 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2011-05-02 15:04:31 +0200 |
commit | 7e1a3ecf15f95cb03ddca85c21f4cbb4d3de7fd2 (patch) | |
tree | 8936e23825840c53a20178979de458c14cceccff /package/mpg123/patches | |
parent | 293276174d4a64f7c8fd35017957e021e9c5dcd0 (diff) |
update and use single binary without modules
Diffstat (limited to 'package/mpg123/patches')
-rw-r--r-- | package/mpg123/patches/patch-build_ltmain_sh | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/package/mpg123/patches/patch-build_ltmain_sh b/package/mpg123/patches/patch-build_ltmain_sh index f2c5aadfa..20cae3022 100644 --- a/package/mpg123/patches/patch-build_ltmain_sh +++ b/package/mpg123/patches/patch-build_ltmain_sh @@ -1,11 +1,11 @@ ---- mpg123-1.12.1.orig/build/ltmain.sh 2010-03-31 10:28:55.000000000 +0200 -+++ mpg123-1.12.1/build/ltmain.sh 2011-01-16 00:25:49.000000000 +0100 -@@ -4765,7 +4765,7 @@ func_mode_link () - # -p, -pg, --coverage, -fprofile-* pass through profiling flag for GCC - # @file GCC response files +--- mpg123-1.13.3.orig/build/ltmain.sh 2011-04-03 09:52:37.000000000 +0200 ++++ mpg123-1.13.3/build/ltmain.sh 2011-05-02 15:02:20.131176071 +0200 +@@ -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*|@*) -+ -t[45]*|-txscale*|-p|-pg|--coverage|-fprofile-*|-F*|@*|-fstack-protector*|-flto) + -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" |