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/libpthread/Makefile | 4 ---- 1 file changed, 4 deletions(-) (limited to 'package/libpthread') diff --git a/package/libpthread/Makefile b/package/libpthread/Makefile index ae8512cda..88d10d561 100644 --- a/package/libpthread/Makefile +++ b/package/libpthread/Makefile @@ -20,10 +20,6 @@ PKG_OPTS:= noremove NO_DISTFILES:= 1 -ifeq ($(ADK_STATIC),y) -PKG_OPTS+= libonly -endif - include ${TOPDIR}/mk/package.mk $(eval $(call PKG_template,LIBPTHREAD,libpthread,${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION},${PKG_OPTS})) -- cgit v1.2.3