1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-06-28 22:48:55 +03:00

[tools] more e2fsprogs fixes

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32158 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
blogic 2012-06-10 09:22:07 +00:00
parent 02e7c58e90
commit 20776d59bc

View File

@ -17,12 +17,11 @@ PKG_SOURCE_URL:=@SF/e2fsprogs
include $(INCLUDE_DIR)/host-build.mk include $(INCLUDE_DIR)/host-build.mk
TARGET_CFLAGS += $(FPIC) HOST_CFLAGS += $(FPIC)
CONFIGURE_ARGS += \ HOST_CONFIGURE_ARGS += \
--disable-shared \ --disable-shared \
--enable-static \ --enable-static \
--disable-rpath \
--enable-elf-shlibs \ --enable-elf-shlibs \
--enable-dynamic-e2fsck \ --enable-dynamic-e2fsck \
--disable-tls \ --disable-tls \