diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2011-03-08 13:17:16 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2011-03-08 13:17:16 +0100 |
commit | 9dbb441373c31d9fd1e9143ec9469f21c514b4b6 (patch) | |
tree | 673ff3051fbb2e8bc8b2e522d6536ece566eb9a4 /package/bluez/patches/patch-ltmain_sh | |
parent | 73c0b77d8107b5f92ed2b10f1e37d86714646b77 (diff) |
update to latest upstream version
Diffstat (limited to 'package/bluez/patches/patch-ltmain_sh')
-rw-r--r-- | package/bluez/patches/patch-ltmain_sh | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/package/bluez/patches/patch-ltmain_sh b/package/bluez/patches/patch-ltmain_sh index e323f1b54..650de61e1 100644 --- a/package/bluez/patches/patch-ltmain_sh +++ b/package/bluez/patches/patch-ltmain_sh @@ -1,11 +1,11 @@ ---- bluez-4.59.orig/ltmain.sh 2009-12-24 17:42:43.000000000 +0100 -+++ bluez-4.59/ltmain.sh 2011-01-14 19:25:00.000000000 +0100 +--- bluez-4.89.orig/ltmain.sh 2011-02-20 15:49:33.000000000 +0100 ++++ bluez-4.89/ltmain.sh 2011-03-03 22:50:01.000000000 +0100 @@ -4765,7 +4765,7 @@ func_mode_link () # -p, -pg, --coverage, -fprofile-* pass through profiling flag for GCC # @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) ++ -t[45]*|-txscale*|-p|-pg|--coverage|-fprofile-*|-F*|@*|-fstack-protector*|-flto*) func_quote_for_eval "$arg" arg="$func_quote_for_eval_result" func_append compile_command " $arg" |