Files
gentoo/app-misc/fdutils/files/fdutils-5.6_p2-parallel.patch
Thomas Bracht Laumann Jespersen d8c28af972 app-misc/fdutils: New version (5.6_p2)
* Bumps to EAPI=8

 * Most patching from previous version is no longer necessary (except
   for one)

 * Keeps all the Debian patches minus one

Signed-off-by: Thomas Bracht Laumann Jespersen <t@laumann.xyz>
Closes: https://bugs.gentoo.org/826430
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Closes: https://github.com/gentoo/gentoo/pull/24393
Signed-off-by: Sam James <sam@gentoo.org>
2022-03-09 14:47:45 +00:00

27 lines
752 B
Diff

From 506a2cb13ce90439331b8e4e710524a040c7d0c6 Mon Sep 17 00:00:00 2001
From: Thomas Bracht Laumann Jespersen <t@laumann.xyz>
Date: Wed, 2 Mar 2022 12:19:35 +0100
Subject: [PATCH] Make fdrawcmd depend on libfdutils.a
This allows parallel compilation to complete successfully.
---
src/Makefile.in | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/Makefile.in b/src/Makefile.in
index b094501..5959ddf 100644
--- a/src/Makefile.in
+++ b/src/Makefile.in
@@ -96,7 +96,7 @@ superformat: superformat.o libfdutils.a
floppymeter: floppymeter.o libfdutils.a
${CC} ${LDFLAGS} -o $@ $< $(LIBS)
-fdrawcmd: fdrawcmd.o
+fdrawcmd: fdrawcmd.o libfdutils.a
${CC} $(LDFLAGS) -o $@ $< $(LIBS)
getfdprm: getfdprm.o libfdutils.a
--
2.34.1