diff options
author | Sam James <sam@gentoo.org> | 2023-03-07 12:18:41 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-03-07 12:18:41 +0000 |
commit | 41a4a161191cd2cd5a869d9f382285242f548fb4 (patch) | |
tree | ca144327689653e9fd15f0fd3a30afe23fc16d58 /app-crypt | |
parent | app-arch/createrepo_c: add myself as a maintainer (diff) | |
download | gentoo-41a4a161191cd2cd5a869d9f382285242f548fb4.tar.gz gentoo-41a4a161191cd2cd5a869d9f382285242f548fb4.tar.bz2 gentoo-41a4a161191cd2cd5a869d9f382285242f548fb4.zip |
app-crypt/gcr: add bug ref to patch
Bug: https://bugs.gentoo.org/900152
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-crypt')
-rw-r--r-- | app-crypt/gcr/files/3.41.1-implicit-func-decl.patch | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app-crypt/gcr/files/3.41.1-implicit-func-decl.patch b/app-crypt/gcr/files/3.41.1-implicit-func-decl.patch index f3f688013a76..f1f1ddc0b5d9 100644 --- a/app-crypt/gcr/files/3.41.1-implicit-func-decl.patch +++ b/app-crypt/gcr/files/3.41.1-implicit-func-decl.patch @@ -1,3 +1,5 @@ +https://bugs.gentoo.org/900152 + 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 |