debian: Do not use TLS or uuidd when building the bootfloppy udeb's

Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
bitmap-optimize
Theodore Ts'o 2007-12-31 11:20:01 -05:00
parent 5610f9924b
commit 61a679d4d7
1 changed files with 2 additions and 0 deletions

2
debian/rules vendored
View File

@ -98,11 +98,13 @@ STD_CONF_FLAGS = --with-ccopts="${CCOPTS}" --enable-compression \
BF_CONF_FLAGS = --with-ccopts="${CCOPTS} ${BF_CCOPTS}" \
--disable-nls --disable-swapfs --disable-imager \
--disable-uuidd --disable-tls \
--disable-debugfs --disable-e2initrd-helper
MIPS_NOPIC_CONF_FLAGS = --with-ccopts="${CCOPTS}" \
--disable-nls \
--disable-swapfs --disable-imager \
--disable-uuidd --disable-tls \
--disable-resizer # --disable-debugfs
# we can't use those flags at configure time