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/glib/Makefile | 4 ---- 1 file changed, 4 deletions(-) (limited to 'package/glib') diff --git a/package/glib/Makefile b/package/glib/Makefile index 00560e4be..c91d6479c 100644 --- a/package/glib/Makefile +++ b/package/glib/Makefile @@ -18,10 +18,6 @@ PKG_SITES:= http://ftp.gnome.org/pub/gnome/sources/glib/${PKG_EXTRAVER}/ PKG_NOPARALLEL:= 1 PKG_OPTS:= dev noscripts -ifeq ($(ADK_STATIC),y) -PKG_OPTS+= libonly -endif - include ${TOPDIR}/mk/host.mk include ${TOPDIR}/mk/package.mk -- cgit v1.2.3