diff options
| -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 7625cf78f..36208b3e8 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  | 
