diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2011-02-05 17:29:33 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2011-02-05 17:29:33 +0100 |
commit | d9759be6496da18607bf3068bca9464c44285d33 (patch) | |
tree | 8356bd8771d6904373ae50409c20da35ca9a5f8f /package/tzdata | |
parent | 61629a527144e01ebcf25cffac48e48c01526af2 (diff) |
fix some allmodconfig issues for mips target
Diffstat (limited to 'package/tzdata')
-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 e6a1bbda0..5effefd74 100644 --- a/package/tzdata/Makefile +++ b/package/tzdata/Makefile @@ -32,6 +32,7 @@ $(eval $(call PKG_template,ZIC,zic,$(PKG_VERSION)-${PKG_RELEASE},${PKG_DEPENDS}, $(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 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 |