[Crosstoolchain-logs] [gdb] 12/14: debian/rules: --disable-readline; we have our own ...

Samuel Bronson naesten-guest at moszumanska.debian.org
Wed May 7 20:37:09 UTC 2014


This is an automated email from the git hooks/post-receive script.

naesten-guest pushed a commit to branch master
in repository gdb.

commit 930c08619e125f60a3c92ba05758c784c0accc1b
Author: Samuel Bronson <naesten at gmail.com>
Date:   Tue May 6 20:15:59 2014 -0400

    debian/rules: --disable-readline; we have our own ...
---
 debian/rules | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index 944e678..5ec468b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -122,7 +122,8 @@ export INSTALL
 # We pass srcdir explicitly to avoid an extra '/.' at the end of it.  That
 # causes a harmless, but ugly, testsuite failure in maint.exp.
 EXTRA_FLAGS := --disable-gdbtk --disable-shared \
-	--srcdir=$(shell pwd) --with-system-readline --with-expat \
+	--srcdir=$(shell pwd) \
+	--disable-readline --with-system-readline --with-expat \
 	$(arch_config_args) --build=$(DEB_BUILD_GNU_TYPE)
 
 # Debian does not include 64-bit Python packages, so --with-python

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-gdb/gdb.git



More information about the Crosstoolchain-logs mailing list