mirror of
https://anongit.gentoo.org/git/repo/gentoo.git
synced 2025-07-23 23:48:22 +02:00
Reported-by: Toralf Förster Closes: https://bugs.gentoo.org/706942 Package-Manager: Portage-3.0.9, Repoman-3.0.2 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
11 lines
207 B
Diff
11 lines
207 B
Diff
--- a/Makefile.rules.in
|
|
+++ b/Makefile.rules.in
|
|
@@ -1,7 +1,7 @@
|
|
CC = @CC@
|
|
CFLAGS = -Wall @CPPFLAGS@ @CFLAGS@ -I$(TOPSRCDIR)
|
|
LIBS = @LIBS@
|
|
-LD_R = ld -r
|
|
+LD_R = $(LD) -r
|
|
RM = rm -f
|
|
LDFLAGS = @LDFLAGS@
|
|
|