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/openct/Makefile | 4 ---- 1 file changed, 4 deletions(-) (limited to 'package/openct') diff --git a/package/openct/Makefile b/package/openct/Makefile index cf3f04d34..88d5108a7 100644 --- a/package/openct/Makefile +++ b/package/openct/Makefile @@ -24,10 +24,6 @@ PKGSC_LIBOPENCT:= libs/crypto PKGSS_LIBOPENCT:= libltdl libusb PKGSB_LIBOPENCT:= libtool libusb -ifeq ($(ADK_STATIC),y) -PKG_OPTS+= libmix -endif - include ${TOPDIR}/mk/package.mk $(eval $(call PKG_template,OPENCT,${PKG_NAME},${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION})) -- cgit v1.2.3