mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-27 21:34:04 +02:00
tools/e2fsprogs: disable building elf shared libraries, it is unnecessary and breaks on mac os x
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32161 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
70f4fb23cd
commit
97a21abd4f
@ -21,8 +21,8 @@ HOST_CFLAGS += $(FPIC)
|
|||||||
|
|
||||||
HOST_CONFIGURE_ARGS += \
|
HOST_CONFIGURE_ARGS += \
|
||||||
--disable-shared \
|
--disable-shared \
|
||||||
|
--disable-elf-shlibs \
|
||||||
--enable-static \
|
--enable-static \
|
||||||
--enable-elf-shlibs \
|
|
||||||
--enable-dynamic-e2fsck \
|
--enable-dynamic-e2fsck \
|
||||||
--disable-tls \
|
--disable-tls \
|
||||||
--disable-nls
|
--disable-nls
|
||||||
|
Loading…
Reference in New Issue
Block a user