bug-gsrc
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug-gsrc] /home/b/bjg/notify/gsrc/ r274: link readline to ncurses by de


From: Brian Gough
Subject: [bug-gsrc] /home/b/bjg/notify/gsrc/ r274: link readline to ncurses by default
Date: Fri, 30 Jul 2010 12:46:32 +0100
User-agent: Bazaar (2.0.0)

------------------------------------------------------------
revno: 274
committer: Brian Gough <address@hidden>
branch nick: gsrc
timestamp: Fri 2010-07-30 12:46:32 +0100
message:
  link readline to ncurses by default
modified:
  gnu/readline/Makefile
=== modified file 'gnu/readline/Makefile'
--- a/gnu/readline/Makefile     2010-06-11 09:29:17 +0000
+++ b/gnu/readline/Makefile     2010-07-30 11:46:32 +0000
@@ -8,7 +8,11 @@
 SIGFILES = $(DISTNAME).tar.gz.sig
 
 # BUILDDEPS = 
-# LIBDEPS = 
+LIBDEPS = ncurses
+
+# FIXME: readline should detect this in support/shobj-conf (or use libtool!)
+CONFIGURE_OPTS = --with-curses
+BUILD_ARGS = SHLIB_LIBS=-lncurses
 
 HOME_URL = http://www.gnu.org/software/readline/
 DESCRIPTION = The GNU Readline library


reply via email to

[Prev in Thread] Current Thread [Next in Thread]