e2fsprogs: update to e2fsprogs-1.45.1

This commit is contained in:
MilhouseVH 2019-05-28 18:37:57 +01:00
parent 1697cd5101
commit b4e528508b

View File

@ -3,8 +3,8 @@
# Copyright (C) 2018-present Team LibreELEC (https://libreelec.tv) # Copyright (C) 2018-present Team LibreELEC (https://libreelec.tv)
PKG_NAME="e2fsprogs" PKG_NAME="e2fsprogs"
PKG_VERSION="1.43.9" PKG_VERSION="1.45.1"
PKG_SHA256="926f8e8de1ffba55d791f21b71334e8a32b5227257ad370f2bf7e4396629e97f" PKG_SHA256="24acedbe376a9c1b5c0a0b15c9fb84b3bef4943d669caf40b2e3e41e86d95548"
PKG_LICENSE="GPL" PKG_LICENSE="GPL"
PKG_SITE="http://e2fsprogs.sourceforge.net/" PKG_SITE="http://e2fsprogs.sourceforge.net/"
PKG_URL="https://www.kernel.org/pub/linux/kernel/people/tytso/$PKG_NAME/v$PKG_VERSION/$PKG_NAME-$PKG_VERSION.tar.xz" PKG_URL="https://www.kernel.org/pub/linux/kernel/people/tytso/$PKG_NAME/v$PKG_VERSION/$PKG_NAME-$PKG_VERSION.tar.xz"
@ -22,36 +22,33 @@ PKG_CONFIGURE_OPTS_HOST="--prefix=$TOOLCHAIN/ \
--bindir=$TOOLCHAIN/bin \ --bindir=$TOOLCHAIN/bin \
--sbindir=$TOOLCHAIN/sbin" --sbindir=$TOOLCHAIN/sbin"
pre_configure_target() { pre_configure() {
PKG_CONFIGURE_OPTS_TARGET="BUILD_CC=$HOST_CC \ PKG_CONFIGURE_OPTS_INIT="BUILD_CC=$HOST_CC \
--enable-verbose-makecmds \ --enable-verbose-makecmds \
--enable-symlink-install \ --enable-symlink-install \
--enable-symlink-build \ --enable-symlink-build \
--disable-elf-shlibs \ --disable-subset \
--disable-bsd-shlibs \ --disable-elf-shlibs \
--disable-profile \ --disable-bsd-shlibs \
--disable-jbd-debug \ --disable-profile \
--disable-blkid-debug \ --disable-jbd-debug \
--disable-testio-debug \ --disable-blkid-debug \
--enable-libuuid \ --disable-testio-debug \
--enable-libblkid \ --enable-libuuid \
--disable-debugfs \ --enable-libblkid \
--disable-imager \ --disable-debugfs \
--enable-resizer \ --disable-imager \
--enable-fsck \ --enable-resizer \
--disable-e2initrd-helper \ --enable-fsck \
--enable-tls \ --disable-e2initrd-helper \
--disable-uuidd \ --enable-tls \
--disable-nls \ --disable-uuidd \
--disable-rpath \ --disable-nls \
--disable-fuse2fs \ --disable-rpath \
--with-gnu-ld" --disable-fuse2fs \
} --with-gnu-ld"
pre_configure_init() { PKG_CONFIGURE_OPTS_TARGET="$PKG_CONFIGURE_OPTS_INIT"
pkg_call pre_configure_target
PKG_CONFIGURE_OPTS_INIT="$PKG_CONFIGURE_OPTS_TARGET"
} }
post_makeinstall_target() { post_makeinstall_target() {