diff options
author | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2012-06-10 12:24:59 +0000 |
---|---|---|
committer | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2012-06-10 12:24:59 +0000 |
commit | 97a21abd4f12a1ead5e26100177763016a28c501 (patch) | |
tree | 1dea59534b3b99006e1563577a86170e32857bd8 /tools | |
parent | 70f4fb23cda0b83e651be955c7ae247adece5d3d (diff) |
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')
-rw-r--r-- | tools/e2fsprogs/Makefile | 2 |
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 |