diff options
Diffstat (limited to 'system/hh/configure.patch')
-rw-r--r-- | system/hh/configure.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/system/hh/configure.patch b/system/hh/configure.patch new file mode 100644 index 0000000000..6560442f43 --- /dev/null +++ b/system/hh/configure.patch @@ -0,0 +1,11 @@ +--- hstr-1.22/configure.ac 2017-02-02 12:44:38.000000000 -0800 ++++ hstr-1.22.new/configure.ac 2017-02-09 14:26:56.524105894 -0800 +@@ -49,7 +49,7 @@ + + # Checks for libraries. + AC_CHECK_LIB(m, cos, [], [AC_MSG_ERROR([Could not find m library])]) +-AC_CHECK_LIB(readline, using_history, [], [AC_MSG_ERROR([Could not find readline library])]) ++AC_CHECK_LIB(readline, using_history, [], [AC_MSG_ERROR([Could not find readline library])],[-lncurses]) + + # Checks for header files. + AC_CHECK_HEADER(assert.h) |