diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2011-05-12 12:33:14 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2011-05-12 12:33:14 +0200 |
commit | c42a81bc2faa3bf300ced02a4567f7e47ae15722 (patch) | |
tree | 8429e716674420a9268c404e3b6ca63babe53dc2 /package/avahi/patches/patch-ltmain_sh | |
parent | dcdecf4c6e5ec67ee07ae1d2f6cb5586ee961759 (diff) |
update to latest upstream version, enable dbus
Diffstat (limited to 'package/avahi/patches/patch-ltmain_sh')
-rw-r--r-- | package/avahi/patches/patch-ltmain_sh | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/package/avahi/patches/patch-ltmain_sh b/package/avahi/patches/patch-ltmain_sh index ce05ad8f1..c83acd926 100644 --- a/package/avahi/patches/patch-ltmain_sh +++ b/package/avahi/patches/patch-ltmain_sh @@ -1,11 +1,11 @@ ---- avahi-0.6.28.orig/ltmain.sh 2010-10-05 02:05:01.069018301 +0200 -+++ avahi-0.6.28/ltmain.sh 2011-03-25 18:53:20.684620818 +0100 -@@ -5091,7 +5091,7 @@ func_mode_link () - # @file GCC response files - # -tp=* Portland pgcc target processor selection +--- avahi-0.6.30.orig/ltmain.sh 2011-04-04 00:10:35.000000000 +0200 ++++ avahi-0.6.30/ltmain.sh 2011-05-12 12:30:44.000000000 +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*|@*|-tp=*) -+ -t[45]*|-txscale*|-p|-pg|--coverage|-fprofile-*|-F*|@*|-tp=*|-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" |