mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-25 08:21:14 +00:00
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
@ -30,7 +30,7 @@ $(call Package/e2fsprogs/Default)
|
|||||||
SECTION:=utils
|
SECTION:=utils
|
||||||
CATEGORY:=Utilities
|
CATEGORY:=Utilities
|
||||||
TITLE:=Ext2/3/4 filesystem utilities
|
TITLE:=Ext2/3/4 filesystem utilities
|
||||||
DEPENDS:=+libblkid +libuuid +libext2fs
|
DEPENDS:=+libuuid +libext2fs
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/e2fsprogs/description
|
define Package/e2fsprogs/description
|
||||||
@ -86,7 +86,7 @@ TARGET_CFLAGS += $(FPIC)
|
|||||||
CONFIGURE_ARGS += \
|
CONFIGURE_ARGS += \
|
||||||
--enable-elf-shlibs \
|
--enable-elf-shlibs \
|
||||||
--disable-libuuid \
|
--disable-libuuid \
|
||||||
--disable-libblkid \
|
--enable-libblkid \
|
||||||
--disable-uuidd \
|
--disable-uuidd \
|
||||||
--disable-tls \
|
--disable-tls \
|
||||||
--disable-nls \
|
--disable-nls \
|
||||||
@ -107,6 +107,7 @@ define Build/Compile
|
|||||||
$(MAKE) -C $(PKG_BUILD_DIR) \
|
$(MAKE) -C $(PKG_BUILD_DIR) \
|
||||||
BUILDCC="$(HOSTCC)" \
|
BUILDCC="$(HOSTCC)" \
|
||||||
DESTDIR="$(PKG_INSTALL_DIR)" \
|
DESTDIR="$(PKG_INSTALL_DIR)" \
|
||||||
|
LIBBLKID="$(PKG_BUILD_DIR)/lib/libblkid.a -luuid" \
|
||||||
all
|
all
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user