From: Theodore Ts'o Date: Tue, 31 May 2016 06:05:50 +0000 (-0400) Subject: debian: disable tdb when building the binaries for the udebs X-Git-Tag: v1.43.1~23 X-Git-Url: https://git.whamcloud.com/gitweb?a=commitdiff_plain;h=3dcb760f2a7ee6fd5730270be74a18a65b52cb0d;p=tools%2Fe2fsprogs.git debian: disable tdb when building the binaries for the udebs Signed-off-by: Theodore Ts'o --- 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 \