tools/e2fsprogs: disable building elf shared libraries, it is unnecessary and breaks on mac os x
SVN-Revision: 32161
This commit is contained in:
parent
378773f143
commit
fd29691f89
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue