e2fsprogs: enable debugfs and imager

This commit is contained in:
Juergen Daubert 2010-01-05 12:11:13 +01:00
parent faba239eef
commit fdbc655776
2 changed files with 5 additions and 3 deletions

View File

@ -11,8 +11,10 @@ lrwxrwxrwx root/root lib/libss.so.2 -> libss.so.2.0
-rwxr-xr-x root/root lib/libss.so.2.0
drwxr-xr-x root/root sbin/
-rwxr-xr-x root/root sbin/badblocks
-rwxr-xr-x root/root sbin/debugfs
-rwxr-xr-x root/root sbin/dumpe2fs
-rwxr-xr-x root/root sbin/e2fsck
-rwxr-xr-x root/root sbin/e2image
lrwxrwxrwx root/root sbin/e2label -> tune2fs
-rwxr-xr-x root/root sbin/e2undo
lrwxrwxrwx root/root sbin/fsck.ext2 -> e2fsck
@ -78,9 +80,11 @@ drwxr-xr-x root/root usr/man/man5/
-rw-r--r-- root/root usr/man/man5/mke2fs.conf.5.gz
drwxr-xr-x root/root usr/man/man8/
-rw-r--r-- root/root usr/man/man8/badblocks.8.gz
-rw-r--r-- root/root usr/man/man8/debugfs.8.gz
-rw-r--r-- root/root usr/man/man8/dumpe2fs.8.gz
-rw-r--r-- root/root usr/man/man8/e2freefrag.8.gz
-rw-r--r-- root/root usr/man/man8/e2fsck.8.gz
-rw-r--r-- root/root usr/man/man8/e2image.8.gz
-rw-r--r-- root/root usr/man/man8/e2label.8.gz
-rw-r--r-- root/root usr/man/man8/e2undo.8.gz
-rw-r--r-- root/root usr/man/man8/filefrag.8.gz

View File

@ -5,7 +5,7 @@
name=e2fsprogs
version=1.41.9
release=1
release=2
source=(http://dl.sourceforge.net/sourceforge/$name/$name-$version.tar.gz \
$name-symlink.patch)
@ -18,8 +18,6 @@ build() {
--with-root-prefix= \
--mandir=/usr/man \
--enable-elf-shlibs \
--disable-debugfs \
--disable-imager \
--disable-e2initrd-helper \
--disable-nls \
--disable-fsck \