summaryrefslogtreecommitdiffstats
path: root/tools/e2fsprogs
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2012-06-10 12:24:59 +0000
committerFelix Fietkau <nbd@openwrt.org>2012-06-10 12:24:59 +0000
commitfd29691f895a2616148501cb288f2b9ef10ca9a8 (patch)
treef28f60a9f478a159d8bdb0572cc022b41123e670 /tools/e2fsprogs
parent378773f143d465eb164928a62437605c3280028f (diff)
downloadopenwrt-fd29691f895a2616148501cb288f2b9ef10ca9a8.tar.gz
openwrt-fd29691f895a2616148501cb288f2b9ef10ca9a8.tar.bz2
openwrt-fd29691f895a2616148501cb288f2b9ef10ca9a8.zip
tools/e2fsprogs: disable building elf shared libraries, it is unnecessary and breaks on mac os x
SVN-Revision: 32161
Diffstat (limited to 'tools/e2fsprogs')
-rw-r--r--tools/e2fsprogs/Makefile2
1 files changed, 1 insertions, 1 deletions
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