diff options
author | Theodore Ts'o <tytso@mit.edu> | 2011-11-14 10:40:43 -0500 |
---|---|---|
committer | Theodore Ts'o <tytso@mit.edu> | 2011-11-14 10:46:30 -0500 |
commit | 7becb2065ffd5c4b403546d577c2421b4a840c3c (patch) | |
tree | 9af716227af617810ec16c97e28928bc6eef0f4d /debian | |
parent | 554bc091b7e8a24acc737ab68bc00d2e04354653 (diff) | |
download | e2fsprogs-7becb2065ffd5c4b403546d577c2421b4a840c3c.tar.gz |
Make quota support disabled by support
Quota support can be enabled using --enable-quota. There are still
some buglets that we need to fix up before it can be considered 100%
supported, so let's disable it for the 1.42 release.
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
Diffstat (limited to 'debian')
-rwxr-xr-x | debian/rules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules index 2d8e4eae..c950cd74 100755 --- a/debian/rules +++ b/debian/rules @@ -129,7 +129,7 @@ endif BF_CFLAGS = -Os -fomit-frame-pointer COMMON_CONF_FLAGS = --disable-e2initrd-helper --enable-elf-shlibs \ - --infodir=/usr/share/info + --enable-quota --infodir=/usr/share/info ifeq ($(UTIL_LINUX_NG),yes) COMMON_CONF_FLAGS += --disable-fsck --disable-libblkid \ --disable-libuuid --disable-uuidd |