diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2013-08-14 15:25:21 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2013-08-14 15:25:21 +0200 |
commit | 7a58bf1a8b74868130ef997e193557dde7d57c1e (patch) | |
tree | 9816767ee94c5670923f64f83895d3f21de3f975 | |
parent | 2cb92417ba55d516579777db7c8e4c46866e9aa6 (diff) |
fix musl compile
-rw-r--r-- | package/tzdata/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/tzdata/Makefile b/package/tzdata/Makefile index 68f9cd035..1e8cc19f0 100644 --- a/package/tzdata/Makefile +++ b/package/tzdata/Makefile @@ -32,6 +32,7 @@ $(eval $(call PKG_template,DATE,date,$(PKG_VERSION)-${PKG_RELEASE},${PKG_DEPENDS CONFIG_STYLE:= manual CFLAGS_FOR_BUILD+= -DSTD_INSPIRED=1 +TARGET_CFLAGS+= -DHAVE_INTTYPES_H=1 XAKE_FLAGS+= TOPDIR="${WRKINST}" TZDIR="${WRKINST}/usr/share/zoneinfo" cc="${TARGET_CC}" # the uppercase targets enable building and installation of the date utility ALL_TARGET:= ALL |