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/tzdata/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'package/tzdata') diff --git a/package/tzdata/Makefile b/package/tzdata/Makefile index aef020895..c10357d3f 100644 --- a/package/tzdata/Makefile +++ b/package/tzdata/Makefile @@ -13,6 +13,8 @@ PKG_URL:= http://www.iana.org/time-zones/ PKG_SITES:= http://www.iana.org/time-zones/repository/releases/ PKG_NOPARALLEL:= 1 +PKG_LIBC_DEPENDS:= glibc musl + DISTFILES:= ${PKG_NAME}${PKG_VERSION}.tar.gz tzcode${PKG_VERSION}.tar.gz # both archives do not extract into subdirectories WRKDIST= ${WRKDIR} -- cgit v1.2.3