From 0d5a4bd73159fc794fdb417d49ab810b26e7d059 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb 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/libxml2/Makefile | 4 ---- 1 file changed, 4 deletions(-) (limited to 'package/libxml2/Makefile') diff --git a/package/libxml2/Makefile b/package/libxml2/Makefile index f10b3e2b3..b4757fc55 100644 --- a/package/libxml2/Makefile +++ b/package/libxml2/Makefile @@ -24,10 +24,6 @@ PKGSC_LIBXML2_PYTHON:= libs/misc PKGSB_LIBXML2_PYTHON:= python2 PKGSS_LIBXML2_PYTHON:= python2 -ifeq ($(ADK_STATIC),y) -PKG_OPTS+= libmix -endif - include ${TOPDIR}/mk/host.mk include ${TOPDIR}/mk/package.mk -- cgit v1.2.3