From 739d512289d14ade82e9fbae7f4371e65989622f Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb 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/parted/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'package/parted/Makefile') diff --git a/package/parted/Makefile b/package/parted/Makefile index cba92d8aa..9508e1ab2 100644 --- a/package/parted/Makefile +++ b/package/parted/Makefile @@ -23,7 +23,7 @@ ifeq ($(ADK_TARGET_LIBICONV_TINY),y) TARGET_LDFLAGS+= -liconv endif -ifeq ($(ADK_TARGET_USE_STATIC_LIBS),y) +ifeq ($(ADK_TARGET_USE_STATIC_LIBS_ONLY),y) CONFIGURE_ARGS+= --disable-dynamic-loading endif @@ -31,7 +31,7 @@ CONFIGURE_ARGS+= --disable-device-mapper \ --without-readline parted-install: -ifneq ($(ADK_TARGET_USE_STATIC_LIBS),y) +ifneq ($(ADK_TARGET_USE_STATIC_LIBS_ONLY),y) $(INSTALL_DIR) $(IDIR_PARTED)/usr/lib $(CP) $(WRKINST)/usr/lib/libparted*so* $(IDIR_PARTED)/usr/lib endif -- cgit v1.2.3