public inbox for location@lists.ipfire.org
 help / color / mirror / Atom feed
* [PATCH] Makefile.am: Do not specify CC and LD when building perl module.
@ 2021-02-23 20:15 Stefan Schantl
  0 siblings, 0 replies; only message in thread
From: Stefan Schantl @ 2021-02-23 20:15 UTC (permalink / raw)
  To: location

[-- Attachment #1: Type: text/plain, Size: 699 bytes --]

Specifing the CC and LD flags is not required because perl MakeMaker
takes care of this.

Fixes #12574.

Signed-off-by: Stefan Schantl <stefan.schantl(a)ipfire.org>
---
 Makefile.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile.am b/Makefile.am
index 52a4722..8da1f1b 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -230,7 +230,7 @@ build-perl:
 
 	cd $(builddir)/src/perl && $(PERL) Makefile.PL INSTALLDIRS=vendor \
 		INC="-I$(abs_srcdir)/src" LIBS="-L$(abs_builddir)/src/.libs -lloc"
-	cd $(builddir)/src/perl && $(MAKE) CC="$(CC)" LD="$(LD)" LD_RUN_PATH=
+	cd $(builddir)/src/perl && $(MAKE) LD_RUN_PATH=""
 
 .PHONY: check-perl
 check-perl: testdata.db
-- 
2.20.1


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2021-02-23 20:15 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-02-23 20:15 [PATCH] Makefile.am: Do not specify CC and LD when building perl module Stefan Schantl

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox