gentoo-ebuilds/dev-build/kbuild/files/kbuild-0.1.9998.3572-fix-lto.patch
Viorel Munteanu b1a1b5d418
Move {dev-util → dev-build}/kbuild
Closes: https://github.com/gentoo/gentoo/pull/34871
Signed-off-by: Viorel Munteanu <ceamac@gentoo.org>
2024-01-17 20:27:38 +02:00

11 lines
314 B
Diff

--- a/src/kmk/remake.c
+++ b/src/kmk/remake.c
@@ -417,7 +417,7 @@
if (!keep_going_flag && file->parent == 0)
{
const char *msg_joke = 0;
- extern struct dep *goals;
+ extern struct goaldep *goals;
/* classics */
if (!strcmp (file->name, "fire")