|
@@ -4,15 +4,16 @@
|
|
|
#
|
|
|
################################################################################
|
|
|
|
|
|
-E2FSPROGS_VERSION = 1.42.9
|
|
|
+E2FSPROGS_VERSION = 1.42.10
|
|
|
E2FSPROGS_SITE = http://downloads.sourceforge.net/project/e2fsprogs/e2fsprogs/v$(E2FSPROGS_VERSION)
|
|
|
E2FSPROGS_LICENSE = GPLv2, libuuid BSD-3c, libss and libet MIT-like with advertising clause
|
|
|
E2FSPROGS_LICENSE_FILES = COPYING lib/uuid/COPYING lib/ss/mit-sipb-copyright.h lib/et/internal.h
|
|
|
+# For e2fsprogs-0002-BUILD_CFLAGS-add-includes-when-cross-compiling.patch
|
|
|
+E2FSPROGS_AUTORECONF = YES
|
|
|
E2FSPROGS_INSTALL_STAGING = YES
|
|
|
E2FSPROGS_INSTALL_STAGING_OPT = DESTDIR=$(STAGING_DIR) install-libs
|
|
|
|
|
|
E2FSPROGS_CONF_OPT = \
|
|
|
- --disable-tls \
|
|
|
$(if $(BR2_PREFER_STATIC_LIB),,--enable-elf-shlibs) \
|
|
|
$(if $(BR2_PACKAGE_E2FSPROGS_DEBUGFS),,--disable-debugfs) \
|
|
|
$(if $(BR2_PACKAGE_E2FSPROGS_E2IMAGE),,--disable-imager) \
|
|
@@ -23,7 +24,8 @@ E2FSPROGS_CONF_OPT = \
|
|
|
--disable-libuuid \
|
|
|
--enable-fsck \
|
|
|
--disable-e2initrd-helper \
|
|
|
- --disable-testio-debug
|
|
|
+ --disable-testio-debug \
|
|
|
+ --disable-rpath
|
|
|
|
|
|
ifeq ($(BR2_nios2),y)
|
|
|
E2FSPROGS_CONF_ENV += ac_cv_func_fallocate=no
|