Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] Fix microperl
@ 2012-03-04 21:09 Arnout Vandecappelle
  2012-03-06 21:21 ` Peter Korsgaard
  0 siblings, 1 reply; 7+ messages in thread
From: Arnout Vandecappelle @ 2012-03-04 21:09 UTC (permalink / raw)
  To: buildroot

It misses -lm when compiling miniperl

Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
---
This is actually a quite old perl version, and it's not even converted
to GENTARGETS.  Should we deprecate it?

 package/microperl/microperl.mk |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/package/microperl/microperl.mk b/package/microperl/microperl.mk
index b68e825..de5ecd6 100644
--- a/package/microperl/microperl.mk
+++ b/package/microperl/microperl.mk
@@ -32,7 +32,7 @@ $(MICROPERL_DIR)/.source: $(DL_DIR)/$(MICROPERL_SOURCE)
 
 $(MICROPERL_DIR)/.host_configured: $(MICROPERL_DIR)/.source
 	# we need to build a perl for the host just for Errno.pm
-	(cd $(MICROPERL_DIR); ./Configure -Dcc="$(HOSTCC)" -de  )
+	(cd $(MICROPERL_DIR); ./Configure -Dcc="$(HOSTCC)" -de -A libs='-lm' )
 	touch $@
 
 
-- 
tg: (dca6e03..) t/fix-microperl (depends on: master)

^ permalink raw reply related	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2012-03-07 16:04 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-03-04 21:09 [Buildroot] [PATCH] Fix microperl Arnout Vandecappelle
2012-03-06 21:21 ` Peter Korsgaard
2012-03-06 21:31   ` Joshua Jackson
2012-03-07  8:06   ` Thomas Petazzoni
2012-03-07 15:29     ` Gustavo Zacarias
2012-03-07 15:50       ` Thomas Petazzoni
2012-03-07 16:04         ` Gustavo Zacarias

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