patch-build_ltmain_sh 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839
  1. --- subversion-1.6.12.orig/build/ltmain.sh 2010-03-31 20:37:12.000000000 +0200
  2. +++ subversion-1.6.12/build/ltmain.sh 2011-01-17 15:25:25.000000000 +0100
  3. @@ -1676,7 +1676,7 @@ EOF
  4. # -F/path gives path to uninstalled frameworks, gcc on darwin
  5. # @file GCC response files
  6. -64|-mips[0-9]|-r[0-9][0-9]*|-xarch=*|-xtarget=*|+DA*|+DD*|-q*|-m*| \
  7. - -t[45]*|-txscale*|-p|-pg|--coverage|-fprofile-*|-F*|@*)
  8. + -t[45]*|-txscale*|-p|-pg|--coverage|-fprofile-*|-F*|@*|-fstack-protector*|-flto)
  9. # Unknown arguments in both finalize_command and compile_command need
  10. # to be aesthetically quoted because they are evaled later.
  11. @@ -2561,27 +2561,6 @@ EOF
  12. esac
  13. fi
  14. - # Hardcode the library path.
  15. - # Skip directories that are in the system default run-time
  16. - # search path.
  17. - case " $sys_lib_dlsearch_path " in
  18. - *" $absdir "*) ;;
  19. - *)
  20. - case "$compile_rpath " in
  21. - *" $absdir "*) ;;
  22. - *) compile_rpath="$compile_rpath $absdir"
  23. - esac
  24. - ;;
  25. - esac
  26. - case " $sys_lib_dlsearch_path " in
  27. - *" $libdir "*) ;;
  28. - *)
  29. - case "$finalize_rpath " in
  30. - *" $libdir "*) ;;
  31. - *) finalize_rpath="$finalize_rpath $libdir"
  32. - esac
  33. - ;;
  34. - esac
  35. fi # $linkmode,$pass = prog,link...
  36. if test "$alldeplibs" = yes &&