* [PATCH] Makefile.am: Specify CC and LD when compiling perl module.
@ 2020-05-12 15:07 Stefan Schantl
0 siblings, 0 replies; only message in thread
From: Stefan Schantl @ 2020-05-12 15:07 UTC (permalink / raw)
To: location
[-- Attachment #1: Type: text/plain, Size: 665 bytes --]
This fixes the issues when cross compiling libloc and the perl binding.
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 ee1c36f..6c01e76 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -205,7 +205,7 @@ build-perl:
cd $(builddir)/src/perl && $(PERL) Makefile.PL PREFIX="$(prefix)" \
INC="-I$(abs_srcdir)/src" LIBS="-L$(abs_builddir)/src/.libs -lloc"
- cd $(builddir)/src/perl && $(MAKE) LD_RUN_PATH=
+ cd $(builddir)/src/perl && $(MAKE) CC="$(CC)" LD="$(LD)" LD_RUN_PATH=
.PHONY: check-perl
check-perl: testdata.db
--
2.26.1
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2020-05-12 15:07 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-05-12 15:07 [PATCH] Makefile.am: Specify CC and LD when compiling 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