e2fsprogs: use the private version of blkid statically, it is significantly smaller than the external shared libblkid
Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 37065
This commit is contained in:
parent
08a4d8b8e6
commit
d383212f81
1 changed files with 3 additions and 2 deletions
|
@ -30,7 +30,7 @@ $(call Package/e2fsprogs/Default)
|
|||
SECTION:=utils
|
||||
CATEGORY:=Utilities
|
||||
TITLE:=Ext2/3/4 filesystem utilities
|
||||
DEPENDS:=+libblkid +libuuid +libext2fs
|
||||
DEPENDS:=+libuuid +libext2fs
|
||||
endef
|
||||
|
||||
define Package/e2fsprogs/description
|
||||
|
@ -86,7 +86,7 @@ TARGET_CFLAGS += $(FPIC)
|
|||
CONFIGURE_ARGS += \
|
||||
--enable-elf-shlibs \
|
||||
--disable-libuuid \
|
||||
--disable-libblkid \
|
||||
--enable-libblkid \
|
||||
--disable-uuidd \
|
||||
--disable-tls \
|
||||
--disable-nls \
|
||||
|
@ -107,6 +107,7 @@ define Build/Compile
|
|||
$(MAKE) -C $(PKG_BUILD_DIR) \
|
||||
BUILDCC="$(HOSTCC)" \
|
||||
DESTDIR="$(PKG_INSTALL_DIR)" \
|
||||
LIBBLKID="$(PKG_BUILD_DIR)/lib/libblkid.a -luuid" \
|
||||
all
|
||||
endef
|
||||
|
||||
|
|
Loading…
Reference in a new issue