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/pcre/Makefile | 4 ---- 1 file changed, 4 deletions(-) (limited to 'package/pcre/Makefile') diff --git a/package/pcre/Makefile b/package/pcre/Makefile index 94d661c21..a093f6fb0 100644 --- a/package/pcre/Makefile +++ b/package/pcre/Makefile @@ -20,10 +20,6 @@ DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.gz PKG_SUBPKGS:= LIBPCRE LIBPCRECPP PKGSD_LIBPCRECPP:= PCRE c++ library -ifeq ($(ADK_STATIC),y) -PKG_OPTS+= libmix -endif - include ${TOPDIR}/mk/host.mk include ${TOPDIR}/mk/package.mk -- cgit v1.2.3