]> git.pld-linux.org Git - packages/3store3.git/blob - 3store3-link.patch
- updated db patch to support db up to 5.0
[packages/3store3.git] / 3store3-link.patch
1 --- 3store3-3.0.17/configure.ac.orig    2006-07-17 12:30:03.000000000 +0200
2 +++ 3store3-3.0.17/configure.ac 2008-08-25 18:45:53.982127605 +0200
3 @@ -78,7 +78,9 @@
4  
5  LIBS_SAVE=$LIBS
6  LIBS=""
7 +AC_CHECK_LIB([tinfo], [tgetent], [], [
8  AC_CHECK_LIB([curses], [tgetent], [], AC_MSG_ERROR([Cannot find curses library]))
9 +])
10  AC_CHECK_LIB([readline], [readline], [], AC_MSG_ERROR([Cannot find readline library]))
11  LIBS_READLINE=$LIBS
12  LIBS=$LIBS_SAVE
This page took 0.731698 seconds and 3 git commands to generate.