mirror of
https://anongit.gentoo.org/git/repo/gentoo.git
synced 2025-12-19 16:38:01 +00:00
[arthurzam]: undo revbump since this is build only issue Signed-off-by: Brahmajit Das <brahmajit.xyz@gmail.com> Bug: https://bugs.gentoo.org/717252 Bug: https://bugs.gentoo.org/938613 Closes: https://github.com/gentoo/gentoo/pull/38355 Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
15 lines
243 B
Diff
15 lines
243 B
Diff
See bug #938613
|
|
--- a/dog.c
|
|
+++ b/dog.c
|
|
@@ -77,9 +77,11 @@
|
|
#endif
|
|
|
|
#if ALLOW_LINUX_EXTENSIONS
|
|
+#if defined(__GLIBC__)
|
|
#define ALLOW_STRFRY 1
|
|
extern char *strfry __P ((char *__string));
|
|
#else
|
|
+#endif
|
|
#define ALLOW_STRFRY 0
|
|
#endif
|
|
|