[Crosstoolchain-logs] [gdb] 02/06: Brown paper bag: move --with-babeltrace to the right variable

Samuel Bronson naesten-guest at moszumanska.debian.org
Mon May 12 01:11:35 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 6175d103642cfd4e1015ae39f03d301f3fb89467
Author: Samuel Bronson <naesten at gmail.com>
Date:   Sun May 11 18:18:41 2014 -0400

    Brown paper bag: move --with-babeltrace to the right variable
---
 debian/rules | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/rules b/debian/rules
index 9e22167..b8b4425 100755
--- a/debian/rules
+++ b/debian/rules
@@ -128,13 +128,13 @@ EXTRA_FLAGS := --disable-gdbtk --disable-shared \
 	--with-pkgversion='$(distribution) $(deb_version)' \
 	--srcdir=$(shell pwd) \
 	--disable-readline --with-system-readline --with-expat \
-	--without-guile --with-babeltrace \
+	--without-guile \
 	$(arch_config_args) --build=$(DEB_BUILD_GNU_TYPE)
 
 # Debian does not include 64-bit Python packages, so --with-python
 # is here rather than in EXTRA_FLAGS.
 DEB_CONFIGURE_EXTRA_FLAGS := --host=$(DEB_HOST_GNU_TYPE) $(EXTRA_FLAGS) \
-	--enable-tui --with-python=python3
+	--enable-tui --with-python=python3 --with-babeltrace
 
 # 64-bit flags
 DEB_CONFIGURE_FLAGS_64 := --host=$(HOST64) $(EXTRA_FLAGS) \

-- 
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