]> git.pld-linux.org Git - packages/3store3.git/commitdiff
- fix ncurses linking
authorJakub Bogusz <qboosh@pld-linux.org>
Mon, 25 Aug 2008 18:09:52 +0000 (18:09 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    3store3-link.patch -> 1.1

3store3-link.patch [new file with mode: 0644]

diff --git a/3store3-link.patch b/3store3-link.patch
new file mode 100644 (file)
index 0000000..d3d7923
--- /dev/null
@@ -0,0 +1,12 @@
+--- 3store3-3.0.17/configure.ac.orig   2006-07-17 12:30:03.000000000 +0200
++++ 3store3-3.0.17/configure.ac        2008-08-25 18:45:53.982127605 +0200
+@@ -78,7 +78,9 @@
+ LIBS_SAVE=$LIBS
+ LIBS=""
++AC_CHECK_LIB([tinfo], [tgetent], [], [
+ AC_CHECK_LIB([curses], [tgetent], [], AC_MSG_ERROR([Cannot find curses library]))
++])
+ AC_CHECK_LIB([readline], [readline], [], AC_MSG_ERROR([Cannot find readline library]))
+ LIBS_READLINE=$LIBS
+ LIBS=$LIBS_SAVE
This page took 0.065981 seconds and 4 git commands to generate.