From 97a21abd4f12a1ead5e26100177763016a28c501 Mon Sep 17 00:00:00 2001 From: nbd Date: Sun, 10 Jun 2012 12:24:59 +0000 Subject: 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 --- tools/e2fsprogs/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools') diff --git a/tools/e2fsprogs/Makefile b/tools/e2fsprogs/Makefile index 7625cf78f..36208b3e8 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 -- cgit v1.2.3