From 0d5a4bd73159fc794fdb417d49ab810b26e7d059 Mon Sep 17 00:00:00 2001
From: Waldemar Brodkorb <wbx@openadk.org>
Date: Sat, 31 May 2014 19:58:50 +0200
Subject: rework static linking support, works with musl/glibc, fails to boot
 with uclibc (qemu-x86)

---
 package/bzip2/Makefile | 4 ----
 1 file changed, 4 deletions(-)

(limited to 'package/bzip2/Makefile')

diff --git a/package/bzip2/Makefile b/package/bzip2/Makefile
index 61e58e18c..2e3dde534 100644
--- a/package/bzip2/Makefile
+++ b/package/bzip2/Makefile
@@ -23,10 +23,6 @@ PKG_SUBPKGS:=		BZIP2 LIBBZ2
 PKGSD_LIBBZ2:=		bzip2 compression library
 PKGSC_LIBBZ2:=		libs/misc
 
-ifeq ($(ADK_STATIC),y)
-PKG_OPTS+=		libmix
-endif
-
 include ${TOPDIR}/mk/host.mk
 include ${TOPDIR}/mk/package.mk
 
-- 
cgit v1.2.3