aboutsummaryrefslogtreecommitdiffstats
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
commit99611aa7c452c2aa32d2869b74ff309935bba11e (patch)
tree1dea59534b3b99006e1563577a86170e32857bd8 /tools/e2fsprogs
parent9cd15e51d7aef62864adf4f3c615b569bc1f38f8 (diff)
downloadmaster-187ad058-99611aa7c452c2aa32d2869b74ff309935bba11e.tar.gz
master-187ad058-99611aa7c452c2aa32d2869b74ff309935bba11e.tar.bz2
master-187ad058-99611aa7c452c2aa32d2869b74ff309935bba11e.zip
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
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