* [ptxdist] [PATCH] host-tz-database: Fix build on Darwin
@ 2012-01-16 20:42 Bernhard Walle
0 siblings, 0 replies; only message in thread
From: Bernhard Walle @ 2012-01-16 20:42 UTC (permalink / raw)
To: ptxdist
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 <bernhard@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
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2012-01-16 20:43 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-01-16 20:42 [ptxdist] [PATCH] host-tz-database: Fix build on Darwin Bernhard Walle
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox