libunwind: update to 1.8.1
[openadk.git] / package / id3lib / patches / patch-ltmain_sh
blob32b0e7b55182ab13acd788f05b1f5c6a1f77a971
1 --- id3lib-3.8.3.orig/ltmain.sh 2003-03-02 01:23:00.000000000 +0100
2 +++ id3lib-3.8.3/ltmain.sh      2011-01-15 19:06:56.000000000 +0100
3 @@ -1065,6 +1065,19 @@ compiler."
4         continue
5         ;;
6  
7 +      -fstack-protector*|-flto)
8 +       arg=`$echo "X$arg" | $Xsed -e "$sed_quote_subst"`
9 +       case $arg in
10 +        *$quote_scanset* | *]* | *\|* | *\&* | *\(* | *\)* | "")
11 +          arg="\"$arg\""
12 +          ;;
13 +        esac
14 +        compile_command="$compile_command $arg"
15 +        finalize_command="$finalize_command $arg"
16 +        compiler_flags="$compiler_flags $arg"
17 +        continue
18 +        ;;
20        -no-fast-install)
21         fast_install=no
22         continue