[Pkg-gdb-logs] [gdb] 06/07: d/rules: configure with --with-system-zlib all targets
Hector Oron
zumbi at moszumanska.debian.org
Tue Sep 8 17:26:34 UTC 2015
This is an automated email from the git hooks/post-receive script.
zumbi pushed a commit to branch master
in repository gdb.
commit 467ed4cc97320e9cec32fc8b9655e8b4219732b3
Author: Héctor Orón Martínez <zumbi at debian.org>
Date: Sun Aug 30 18:39:09 2015 +0200
d/rules: configure with --with-system-zlib all targets
Signed-off-by: Héctor Orón Martínez <zumbi at debian.org>
---
debian/rules | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/debian/rules b/debian/rules
index e33ebd1..55bb258 100755
--- a/debian/rules
+++ b/debian/rules
@@ -112,14 +112,14 @@ EXTRA_FLAGS := --disable-gdbtk --disable-shared \
--with-pkgversion='$(distribution) $(deb_version)' \
--srcdir=$(shell pwd) \
--disable-readline --with-system-readline --with-expat \
- --without-zlib --without-lzma \
+ --with-system-zlib --without-lzma \
--without-guile --without-babeltrace \
$(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-zlib --with-lzma --with-python=python3
+ --enable-tui --with-lzma --with-python=python3
# multiarch targets; this is taken from the binutils-multiarch package but
# doesn't seem like a terribly nice list; see
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-gdb/gdb.git
More information about the Pkg-gdb-logs
mailing list