diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2012-03-20 17:46:45 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2012-03-20 17:46:45 +0100 |
commit | 8c07d0bc07ca9cbe373cf41c80d8e10c401aba9e (patch) | |
tree | fc91f3d267566575c224824fcc65817152f6c06a /package/iptables/patches | |
parent | 422a4e2883ea3be837411b0e65268816e036c087 (diff) | |
parent | 86468673e6b28848f2f7ba4fa890e960cb5b1b3c (diff) |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/iptables/patches')
-rw-r--r-- | package/iptables/patches/patch-ltmain_sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/iptables/patches/patch-ltmain_sh b/package/iptables/patches/patch-ltmain_sh index fa93f8a96..912a59b32 100644 --- a/package/iptables/patches/patch-ltmain_sh +++ b/package/iptables/patches/patch-ltmain_sh @@ -5,7 +5,7 @@ # @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|-fPIC) func_quote_for_eval "$arg" arg="$func_quote_for_eval_result" func_append compile_command " $arg" |