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.

28 lines
941 B

  1. Index: bash-4.4/configure
  2. ===================================================================
  3. --- bash-4.4.orig/configure
  4. +++ bash-4.4/configure
  5. @@ -5420,8 +5420,7 @@ if test $opt_readline = yes; then
  6. # static version specified as -llibname to override the
  7. # dynamic version
  8. case "${host_os}" in
  9. - darwin[89]*|darwin10*) READLINE_LIB='${READLINE_LIBRARY}' ;;
  10. - *) READLINE_LIB=-lreadline ;;
  11. + *) READLINE_LIB='${READLINE_LIBRARY}' ;;
  12. esac
  13. fi
  14. else
  15. Index: bash-4.4/configure.ac
  16. ===================================================================
  17. --- bash-4.4.orig/configure.ac
  18. +++ bash-4.4/configure.ac
  19. @@ -573,8 +573,7 @@ if test $opt_readline = yes; then
  20. # static version specified as -llibname to override the
  21. # dynamic version
  22. case "${host_os}" in
  23. - darwin[[89]]*|darwin10*) READLINE_LIB='${READLINE_LIBRARY}' ;;
  24. - *) READLINE_LIB=-lreadline ;;
  25. + *) READLINE_LIB='${READLINE_LIBRARY}' ;;
  26. esac
  27. fi
  28. else