From 3dcb760f2a7ee6fd5730270be74a18a65b52cb0d Mon Sep 17 00:00:00 2001 From: Theodore Ts'o Date: Tue, 31 May 2016 02:05:50 -0400 Subject: [PATCH] debian: disable tdb when building the binaries for the udebs Signed-off-by: Theodore Ts'o --- debian/rules | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index e6c419a..ca016dd 100755 --- a/debian/rules +++ b/debian/rules @@ -204,7 +204,8 @@ COMMON_CONF_FLAGS = --disable-e2initrd-helper --enable-quota \ STD_CONF_FLAGS ?= --enable-elf-shlibs BF_CONF_FLAGS ?= --enable-elf-shlibs --disable-nls --disable-imager \ - --disable-testio-debug --disable-uuidd --disable-tls --disable-debugfs + --disable-testio-debug --disable-uuidd --disable-tls \ + --disable-tdb --disable-debugfs MIPS_NOPIC_CONF_FLAGS ?= --disable-nls --disable-imager \ --disable-uuidd --disable-tls \ -- 1.8.3.1