summaryrefslogtreecommitdiff
path: root/debian/rules
diff options
context:
space:
mode:
authorTheodore Ts'o <tytso@mit.edu>2007-12-31 11:20:01 -0500
committerTheodore Ts'o <tytso@mit.edu>2007-12-31 22:34:19 -0500
commit61a679d4d78436e5f050a2fbd9fc174fc4d331ec (patch)
treea89598303b565388208503423898ab9eb5c8c103 /debian/rules
parent5610f9924bfe506852701f1f11f6ca9f421e8a57 (diff)
downloade2fsprogs-61a679d4d78436e5f050a2fbd9fc174fc4d331ec.tar.gz
debian: Do not use TLS or uuidd when building the bootfloppy udeb's
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
Diffstat (limited to 'debian/rules')
-rwxr-xr-xdebian/rules2
1 files changed, 2 insertions, 0 deletions
diff --git a/debian/rules b/debian/rules
index b66555a6..d7576628 100755
--- a/debian/rules
+++ b/debian/rules
@@ -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