|
|
@ -81,7 +81,8 @@ $(call Package/e2fsprogs) |
|
|
|
DEPENDS:= +e2fsprogs
|
|
|
|
DEPENDS:= +e2fsprogs
|
|
|
|
endef |
|
|
|
endef |
|
|
|
|
|
|
|
|
|
|
|
TARGET_CFLAGS += $(FPIC)
|
|
|
|
TARGET_CFLAGS += $(FPIC) -ffunction-sections -fdata-sections
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
CONFIGURE_ARGS += \
|
|
|
|
CONFIGURE_ARGS += \
|
|
|
|
--enable-elf-shlibs \
|
|
|
|
--enable-elf-shlibs \
|
|
|
@ -105,6 +106,7 @@ define Build/Compile |
|
|
|
LDFLAGS="" \
|
|
|
|
LDFLAGS="" \
|
|
|
|
subst
|
|
|
|
subst
|
|
|
|
$(MAKE) -C $(PKG_BUILD_DIR) \
|
|
|
|
$(MAKE) -C $(PKG_BUILD_DIR) \
|
|
|
|
|
|
|
|
LDFLAGS=-Wl,--gc-sections \
|
|
|
|
BUILDCC="$(HOSTCC)" \
|
|
|
|
BUILDCC="$(HOSTCC)" \
|
|
|
|
DESTDIR="$(PKG_INSTALL_DIR)" \
|
|
|
|
DESTDIR="$(PKG_INSTALL_DIR)" \
|
|
|
|
LIBBLKID="$(PKG_BUILD_DIR)/lib/libblkid.a -luuid" \
|
|
|
|
LIBBLKID="$(PKG_BUILD_DIR)/lib/libblkid.a -luuid" \
|
|
|
|