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/ r278: build ncurses with libtool (nc


From: Brian Gough
Subject: [bug-gsrc] /home/b/bjg/notify/gsrc/ r278: build ncurses with libtool (ncurses does not do that by default)
Date: Fri, 30 Jul 2010 12:51:33 +0100
User-agent: Bazaar (2.0.0)

------------------------------------------------------------
revno: 278
committer: Brian Gough <address@hidden>
branch nick: gsrc
timestamp: Fri 2010-07-30 12:51:33 +0100
message:
  build ncurses with libtool (ncurses does not do that by default)
modified:
  gnu/ncurses/Makefile
=== modified file 'gnu/ncurses/Makefile'
--- a/gnu/ncurses/Makefile      2010-06-29 14:03:16 +0000
+++ b/gnu/ncurses/Makefile      2010-07-30 11:51:33 +0000
@@ -7,9 +7,11 @@
 DISTFILES = $(DISTNAME).tar.gz
 SIGFILES = $(DISTNAME).tar.gz.sig
 
-# BUILDDEPS = 
+BUILDDEPS = libtool
 # LIBDEPS = 
 
+CONFIGURE_OPTS = --with-libtool
+
 USE_TESTS = 
 
 HOME_URL = http://www.gnu.org/software/ncurses/


reply via email to

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