fix build. strptime is properly XPG4v2
This commit is contained in:
parent
4824b87b8e
commit
86dae7c1de
@ -0,0 +1,11 @@
|
||||
$OpenBSD: patch-libedataserver_e-time-utils_c,v 1.1 2012/05/13 13:25:03 espie Exp $
|
||||
--- libedataserver/e-time-utils.c.orig Wed Nov 2 10:02:27 2011
|
||||
+++ libedataserver/e-time-utils.c Sun May 13 15:06:14 2012
|
||||
@@ -10,6 +10,7 @@
|
||||
|
||||
#include <config.h>
|
||||
#define _XOPEN_SOURCE
|
||||
+#define _XOPEN_SOURCE_EXTENDED 1
|
||||
|
||||
/* For tm_gmtoff */
|
||||
#define _BSD_SOURCE
|
Loading…
Reference in New Issue
Block a user