mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-26 03:50:44 -09:00
microperl: fix host build
It misses -lm when compiling miniperl Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
committed by
Peter Korsgaard
parent
e482a430ec
commit
cb9a5877b8
@@ -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 $@
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user