From: Theodore Ts'o Date: Mon, 31 Dec 2007 16:20:01 +0000 (-0500) Subject: debian: Do not use TLS or uuidd when building the bootfloppy udeb's X-Git-Tag: v1.40.4~8 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=61a679d4d78436e5f050a2fbd9fc174fc4d331ec;p=thirdparty%2Fe2fsprogs.git debian: Do not use TLS or uuidd when building the bootfloppy udeb's Signed-off-by: "Theodore Ts'o" --- diff --git a/debian/rules b/debian/rules index b66555a6c..d7576628c 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