OSDN Git Service

debian: disable tdb when building the binaries for the udebs
authorTheodore Ts'o <tytso@mit.edu>
Tue, 31 May 2016 06:05:50 +0000 (02:05 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Tue, 31 May 2016 06:08:50 +0000 (02:08 -0400)
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
debian/rules

index e6c419a..ca016dd 100755 (executable)
@@ -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 \