diff options
author | Felix Fietkau <nbd@openwrt.org> | 2012-06-10 12:24:59 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2012-06-10 12:24:59 +0000 |
commit | fd29691f895a2616148501cb288f2b9ef10ca9a8 (patch) | |
tree | f28f60a9f478a159d8bdb0572cc022b41123e670 /tools/e2fsprogs | |
parent | 378773f143d465eb164928a62437605c3280028f (diff) | |
download | upstream-fd29691f895a2616148501cb288f2b9ef10ca9a8.tar.gz upstream-fd29691f895a2616148501cb288f2b9ef10ca9a8.tar.bz2 upstream-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/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 |