Skip to content

Commit

Permalink
tools/e2fsprogs: disable building elf shared libraries, it is unneces…
Browse files Browse the repository at this point in the history
…sary and breaks on mac os x

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32161 3c298f89-4303-0410-b956-a3cf2f4a3e73
  • Loading branch information
nbd committed Jun 10, 2012
1 parent 70f4fb2 commit 97a21ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/e2fsprogs/Makefile
Expand Up @@ -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
Expand Down

0 comments on commit 97a21ab

Please sign in to comment.