OSDN Git Service

debian: Do not use TLS or uuidd when building the bootfloppy udeb's
authorTheodore Ts'o <tytso@mit.edu>
Mon, 31 Dec 2007 16:20:01 +0000 (11:20 -0500)
committerTheodore Ts'o <tytso@mit.edu>
Tue, 1 Jan 2008 03:34:19 +0000 (22:34 -0500)
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
debian/rules

index b66555a..d757662 100755 (executable)
@@ -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