X-Git-Url: http://gitweb/?a=blobdiff_plain;f=e2fsprogs%2FPkgfile;h=377952eaf97e4c5624f40d7198d7f6a9c4062c82;hb=4517995d45df1b07db8b37ebb57c8204584f6855;hp=8a66c0eb3212b1db85620ae024508ff5f25c0c38;hpb=af6d6162ad6b0464afddc5fe6fe2d8c73e44d021;p=crossrootfs.git diff --git a/e2fsprogs/Pkgfile b/e2fsprogs/Pkgfile index 8a66c0e..377952e 100644 --- a/e2fsprogs/Pkgfile +++ b/e2fsprogs/Pkgfile @@ -5,9 +5,9 @@ # Depends on: util-linux name=e2fsprogs -version=1.42.5 +version=1.44.1 release=1 -source=(http://downloads.sourceforge.net/project/$name/$name/v$version/$name-$version.tar.gz) +source=(https://www.kernel.org/pub/linux/kernel/people/tytso/$name/v$version/$name-$version.tar.xz) build() { cd $name-$version @@ -16,7 +16,6 @@ build() { --host=$CTARGET \ --prefix=/usr \ --with-root-prefix= \ - --mandir=/usr/man \ --enable-symlink-install \ --enable-elf-shlibs \ --disable-e2initrd-helper \ @@ -24,15 +23,12 @@ build() { --disable-fsck \ --disable-libblkid \ --disable-libuuid \ - --disable-uuidd + --disable-uuidd \ + --disable-fuse2fs - 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