This patch fixes following build error:

    localtime.c:1174: error: static declaration of 'tzsetwall' follows 
non-static declaration
    /usr/include/time.h:150: error: previous declaration of 'tzsetwall' was here

On Linux:

    % grep -r tzsetwall /usr/include/
    [nothing]

On Mac OS 10.7:

    % grep -r tzsetwall /usr/include/
    /usr/include/time.h:void tzsetwall(void);

So this patch doesn't break Linux.

Signed-off-by: Bernhard Walle <bernh...@bwalle.de>
---
 rules/host-tz-database.make |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/rules/host-tz-database.make b/rules/host-tz-database.make
index 018ec97..54a1003 100644
--- a/rules/host-tz-database.make
+++ b/rules/host-tz-database.make
@@ -75,7 +75,7 @@ $(STATEDIR)/host-tz-database.extract:
 HOST_TZ_DATABASE_PATH          := PATH=$(HOST_PATH)
 HOST_TZ_DATABASE_CONF_TOOL     := NO
 HOST_TZ_DATABASE_MAKE_OPT      := \
-       zic TZDIR=/usr/share/zoneinfo
+       zic TZDIR=/usr/share/zoneinfo CFLAGS=-DSTD_INSPIRED
 HOST_TZ_DATABASE_INSTALL_OPT   := \
        posix_only TZDIR=$(HOST_TZ_DATABASE_PKGDIR)/usr/share/zoneinfo
 
-- 
1.7.7.4


-- 
ptxdist mailing list
ptxdist@pengutronix.de

Reply via email to