[Pkg-gdb-logs] [gdb] 02/04: Disable babeltrace; it doesn't build everywhere
Samuel Bronson
naesten-guest at moszumanska.debian.org
Sat Jun 14 05:52:52 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 67ca3c93d3f80b8eb02c1fb7be8abb0bdfeeeeca
Author: Samuel Bronson <naesten at gmail.com>
Date: Thu Jun 12 19:21:35 2014 -0400
Disable babeltrace; it doesn't build everywhere
---
debian/control | 5 +++--
debian/rules | 3 ++-
2 files changed, 5 insertions(+), 3 deletions(-)
diff --git a/debian/control b/debian/control
index 6a1a96c..6b20fdb 100644
--- a/debian/control
+++ b/debian/control
@@ -32,8 +32,9 @@ Build-Depends:
libreadline-dev, lib64readline6-dev [i386 powerpc s390 sparc],
zlib1g-dev,
liblzma-dev,
- libbabeltrace-dev,
- libbabeltrace-ctf-dev,
+# babeltrace doesn't build for hurd yet :-(
+# libbabeltrace-dev,
+# libbabeltrace-ctf-dev,
python3-dev,
libkvm-dev [kfreebsd-any],
libunwind7-dev [ia64],
diff --git a/debian/rules b/debian/rules
index 7c8e891..0ad3b46 100755
--- a/debian/rules
+++ b/debian/rules
@@ -135,8 +135,9 @@ EXTRA_FLAGS := --disable-gdbtk --disable-shared \
# 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 --without-babeltrace \
--with-zlib --with-lzma
+# --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 Pkg-gdb-logs
mailing list