patch-config_ltmain_sh 346 B

1234567891011121314
  1. --- cyrus-sasl-2.1.23.orig/config/ltmain.sh 2003-07-02 15:29:00.000000000 +0200
  2. +++ cyrus-sasl-2.1.23/config/ltmain.sh 2011-03-30 21:20:59.111809629 +0200
  3. @@ -1081,6 +1081,11 @@ compiler."
  4. esac
  5. ;;
  6. + -fstack-protector*|-flto*)
  7. + linkopts="$linkopts $arg"
  8. + continue
  9. + ;;
  10. +
  11. -l*)
  12. if test "$arg" = "-lc"; then
  13. case "$host" in