X-Git-Url: http://gitweb/?a=blobdiff_plain;f=e2fsprogs%2FPkgfile;h=db3d11b6215dc347b5fe5ca61b3095be7955191b;hb=c7cec020f60ccec74b21d38016cf75f79070c7b2;hp=8a66c0eb3212b1db85620ae024508ff5f25c0c38;hpb=af6d6162ad6b0464afddc5fe6fe2d8c73e44d021;p=crossrootfs.git diff --git a/e2fsprogs/Pkgfile b/e2fsprogs/Pkgfile index 8a66c0e..db3d11b 100644 --- a/e2fsprogs/Pkgfile +++ b/e2fsprogs/Pkgfile @@ -5,8 +5,8 @@ # Depends on: util-linux name=e2fsprogs -version=1.42.5 -release=1 +version=1.42.13 +release=2 source=(http://downloads.sourceforge.net/project/$name/$name/v$version/$name-$version.tar.gz) build() { @@ -16,7 +16,6 @@ build() { --host=$CTARGET \ --prefix=/usr \ --with-root-prefix= \ - --mandir=/usr/man \ --enable-symlink-install \ --enable-elf-shlibs \ --disable-e2initrd-helper \ @@ -26,13 +25,9 @@ build() { --disable-libuuid \ --disable-uuidd - make + make -j1 make -j1 DESTDIR=$PKG install install-libs - # quota support is disabled by default - rm -r $PKG/usr/include/quota - rm $PKG/usr/lib/{libquota.a,pkgconfig/quota.pc} - rm -r $PKG/usr/share/info chmod +w -R $PKG