diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-08-06 19:52:58 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-08-06 19:11:59 +0200 |
commit | 5249b07b2f28e93ddb23fb520c7e34629631de65 (patch) | |
tree | f45f44cfb6a88cb5aec7abd9c611562b3d69f17f /package | |
parent | b93fce022c9b9874428648fdb99003b175be3069 (diff) |
fix build on OpenBSD host
Signed-off-by: Waldemar Brodkorb <wbx@openadk.org>
Diffstat (limited to 'package')
-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 9d6c4762d..6347059ae 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 -HOST_CFLAGS+= -DSTD_INSPIRED=1 +HOST_CFLAGS+= -DSTD_INSPIRED=1 -DHAVE_STDINT_H=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 |