[Crosstoolchain-logs] [SCM] GNU GDB Debian packaging repository branch, master, updated. debian/7.6-3-19-g40fb2e0
Samuel Bronson
naesten at gmail.com
Fri Jun 14 17:13:29 UTC 2013
The following commit has been merged in the master branch:
commit 5f3ed0e5541002c76c32ef967482f0b91c7d92ff
Author: Samuel Bronson <naesten at gmail.com>
Date: Thu Jun 13 14:54:33 2013 -0400
d/rules: Explicitly configure gdb64 --with-expat
diff --git a/debian/rules b/debian/rules
index c9bcf69..6aaefe3 100755
--- a/debian/rules
+++ b/debian/rules
@@ -118,13 +118,13 @@ 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 \
+ --srcdir=$(shell pwd) --with-system-readline --with-expat \
$(arch_config_args) --build=$(DEB_BUILD_GNU_TYPE)
-# Debian does not include 64-bit expat packages yet, so --with-expat
-# is here rather than in EXTRA_FLAGS. Similarly Python.
+# 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-expat --with-python
+ --enable-tui --with-python
# 64-bit flags
DEB_CONFIGURE_FLAGS_64 := --host=$(HOST64) $(EXTRA_FLAGS) \
--
GNU GDB Debian packaging repository
More information about the Crosstoolchain-logs
mailing list