patch-ltmain_sh 636 B

12345678910111213141516171819202122
  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. + -fstack-protector*|-flto)
  7. + arg=`$echo "X$arg" | $Xsed -e "$sed_quote_subst"`
  8. + case $arg in
  9. + *$quote_scanset* | *]* | *\|* | *\&* | *\(* | *\)* | "")
  10. + arg="\"$arg\""
  11. + ;;
  12. + esac
  13. + compile_command="$compile_command $arg"
  14. + finalize_command="$finalize_command $arg"
  15. + compiler_flags="$compiler_flags $arg"
  16. + continue
  17. + ;;
  18. +
  19. -no-fast-install)
  20. fast_install=no
  21. continue