mirror of the now-defunct rocklinux.org
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

30 lines
970 B

  1. diff -ur tiff-3.7.0.orig/ltmain.sh tiff-3.7.0/ltmain.sh
  2. --- ./ltmain.sh 2004-10-14 19:53:25.000000000 +0200
  3. +++ ./ltmain.sh 2004-10-18 14:49:01.000000000 +0200
  4. @@ -2862,7 +2862,7 @@
  5. case $outputname in
  6. lib*)
  7. name=`$echo "X$outputname" | $Xsed -e 's/\.la$//' -e 's/^lib//'`
  8. - eval shared_ext=\"$shrext\"
  9. + eval shared_ext=\"$shrext_cmds\"
  10. eval libname=\"$libname_spec\"
  11. ;;
  12. *)
  13. @@ -2874,7 +2874,7 @@
  14. if test "$need_lib_prefix" != no; then
  15. # Add the "lib" prefix for modules if required
  16. name=`$echo "X$outputname" | $Xsed -e 's/\.la$//'`
  17. - eval shared_ext=\"$shrext\"
  18. + eval shared_ext=\"$shrext_cmds\"
  19. eval libname=\"$libname_spec\"
  20. else
  21. libname=`$echo "X$outputname" | $Xsed -e 's/\.la$//'`
  22. @@ -3637,7 +3637,7 @@
  23. fi
  24. # Get the real and link names of the library.
  25. - eval shared_ext=\"$shrext\"
  26. + eval shared_ext=\"$shrext_cmds\"
  27. eval library_names=\"$library_names_spec\"
  28. set dummy $library_names
  29. realname="$2"