From: nbd Date: Sun, 10 Jun 2012 12:24:59 +0000 (+0000) Subject: tools/e2fsprogs: disable building elf shared libraries, it is unnecessary and breaks... X-Git-Url: http://git.ozo.com/?a=commitdiff_plain;h=97a21abd4f12a1ead5e26100177763016a28c501;p=openwrt-working-2016%2F.git 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 --- diff --git a/tools/e2fsprogs/Makefile b/tools/e2fsprogs/Makefile index 7625cf78f6..36208b3e83 100644 --- a/tools/e2fsprogs/Makefile +++ b/tools/e2fsprogs/Makefile @@ -21,8 +21,8 @@ HOST_CFLAGS += $(FPIC) HOST_CONFIGURE_ARGS += \ --disable-shared \ + --disable-elf-shlibs \ --enable-static \ - --enable-elf-shlibs \ --enable-dynamic-e2fsck \ --disable-tls \ --disable-nls