From fd29691f895a2616148501cb288f2b9ef10ca9a8 Mon Sep 17 00:00:00 2001
From: Felix Fietkau <nbd@openwrt.org>
Date: Sun, 10 Jun 2012 12:24:59 +0000
Subject: [PATCH] tools/e2fsprogs: disable building elf shared libraries, it is
 unnecessary and breaks on mac os x

SVN-Revision: 32161
---
 tools/e2fsprogs/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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
-- 
GitLab