SOURCES: 3store3-link.patch (NEW) - fix ncurses linking

qboosh qboosh at pld-linux.org
Mon Aug 25 20:09:58 CEST 2008


Author: qboosh                       Date: Mon Aug 25 18:09:58 2008 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- fix ncurses linking

---- Files affected:
SOURCES:
   3store3-link.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/3store3-link.patch
diff -u /dev/null SOURCES/3store3-link.patch:1.1
--- /dev/null	Mon Aug 25 20:09:59 2008
+++ SOURCES/3store3-link.patch	Mon Aug 25 20:09:52 2008
@@ -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
================================================================


More information about the pld-cvs-commit mailing list