[Crosstoolchain-logs] [gdb] 01/01: Yet another brown bag: haven't got 64-bit zlib/liblzma ...

Samuel Bronson naesten-guest at moszumanska.debian.org
Mon May 12 02:11:51 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 59a51c0e6ecea7990881d4c07ded6f437eff07e3
Author: Samuel Bronson <naesten at gmail.com>
Date:   Sun May 11 21:30:38 2014 -0400

    Yet another brown bag: haven't got 64-bit zlib/liblzma ...
    
    Git-Dch: Ignore
---
 debian/rules | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/debian/rules b/debian/rules
index 48a4d74..f481531 100755
--- a/debian/rules
+++ b/debian/rules
@@ -128,14 +128,15 @@ EXTRA_FLAGS := --disable-gdbtk --disable-shared \
 	--with-pkgversion='$(distribution) $(deb_version)' \
 	--srcdir=$(shell pwd) \
 	--disable-readline --with-system-readline --with-expat \
-	--with-zlib --with-lzma \
+	--without-zlib --without-lzma \
 	--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 --with-babeltrace
+	--enable-tui --with-python=python3 --with-babeltrace \
+	--with-zlib --with-lzma
 
 # 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