summaryrefslogtreecommitdiff
path: root/app-crypt/gcr/files/3.41.1-implicit-func-decl.patch
AgeCommit message (Collapse)Author
2023-03-07app-crypt/gcr: add bug ref to patchSam James
Bug: https://bugs.gentoo.org/900152 Signed-off-by: Sam James <sam@gentoo.org>
2023-03-07app-crypt/gcr: fix implicit func declsSam James
It doesn't make sense to default XOPEN_SOURCE and subsequently DEFAULT_SOURCE as DEFAULT_SOURCE is asking for no extensions. Anyway, just ask for GNU_SOURCE as it'll placate both musl and glibc for all of strptime/timegm/getpass and gcr-3 is obsolete anyway. gcr-4 is fine. Closes: https://bugs.gentoo.org/900152 Signed-off-by: Sam James <sam@gentoo.org>