From 61a679d4d78436e5f050a2fbd9fc174fc4d331ec Mon Sep 17 00:00:00 2001 From: Theodore Ts'o Date: Mon, 31 Dec 2007 11:20:01 -0500 Subject: [PATCH] debian: Do not use TLS or uuidd when building the bootfloppy udeb's Signed-off-by: "Theodore Ts'o" --- debian/rules | 2 ++ 1 file changed, 2 insertions(+) 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