GNOME Bugzilla – Bug 748791
OpenBSD needs _XOPEN_SOURCE_EXTENDED for strptime(3)
Last modified: 2015-06-14 08:30:22 UTC
Created attachment 302754 [details] [review] fix implicit declaration of strptime() Hi. strptime(3) was introduced in XPG4. On OpenBSD, just defining _XOPEN_SOURCE gets you the older XPG3 which doesn't include strptime(3), so we need to define _XOPEN_SOURCE_EXTENDED to get XPG4v2. Other GNOME projects (like evolution-data-server) already did the same. Would it be alright to push that patch? Thanks.
Hi. Anyone care to comment? I'd like to push this to unbreak build on OpenBSD. Thanks.
please push, thank you.
Thanks a lot Paolo. It's in, 05bba5254f119710473164f4f363ac6bb70d89e9