diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-06-24 20:15:40 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-06-24 20:16:36 +0200 |
commit | a36c314e0a25dcebd206cf1f275374e34aec6675 (patch) | |
tree | 9fbd0b387d8d4ed3036f148e97eb9b9cb1d42313 /package/tzdata | |
parent | 53bdadc510af78f4aa16ba0de63ff485afe167d3 (diff) |
fix compile on Darwin
Diffstat (limited to 'package/tzdata')
-rw-r--r-- | package/tzdata/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/tzdata/Makefile b/package/tzdata/Makefile index 362009e36..9d6c4762d 100644 --- a/package/tzdata/Makefile +++ b/package/tzdata/Makefile @@ -29,7 +29,7 @@ $(eval $(call PKG_template,TZDATA,tzdata,$(PKG_VERSION)-${PKG_RELEASE},${PKG_DEP $(eval $(call PKG_template,DATE,date,$(PKG_VERSION)-${PKG_RELEASE},${PKG_DEPENDS},${PKGSD_DATE},${PKG_SECTION})) CONFIG_STYLE:= manual -CFLAGS_FOR_BUILD+= -DSTD_INSPIRED=1 +HOST_CFLAGS+= -DSTD_INSPIRED=1 TARGET_CFLAGS+= -DHAVE_INTTYPES_H=1 XAKE_FLAGS+= TZDIR="/usr/share/zoneinfo" cc="${TARGET_CC}" # the uppercase targets enable building and installation of the date utility |