From 739d512289d14ade82e9fbae7f4371e65989622f Mon Sep 17 00:00:00 2001
From: Waldemar Brodkorb <wbx@openadk.org>
Date: Sun, 27 Nov 2016 22:19:21 +0100
Subject: add three library methods, static, shared or both

Rename the static symbol and add the choice to a more
visible place for users.
---
 package/e2fsprogs/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'package/e2fsprogs')

diff --git a/package/e2fsprogs/Makefile b/package/e2fsprogs/Makefile
index 2c2d99f1d..dcee96ce2 100644
--- a/package/e2fsprogs/Makefile
+++ b/package/e2fsprogs/Makefile
@@ -64,7 +64,7 @@ HOST_CONFIGURE_ARGS+=	--disable-rpath \
 			--disable-defrag \
 			--disable-debugfs
 
-ifeq ($(ADK_TARGET_USE_STATIC_LIBS),y)
+ifeq ($(ADK_TARGET_USE_STATIC_LIBS_ONLY),y)
 CONFIGURE_ARGS+=	--disable-elf-shlibs
 else
 CONFIGURE_ARGS+=	--enable-elf-shlibs
-- 
cgit v1.2.3