mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-10 02:55:55 +02:00
perl: fix toolchain build
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
This commit is contained in:
3
lfs/perl
3
lfs/perl
@@ -90,8 +90,7 @@ ifeq "$(ROOT)" ""
|
||||
cd $(DIR_APP) && make $(MAKETUNING)
|
||||
cd $(DIR_APP) && make install
|
||||
else
|
||||
cd $(DIR_APP) && ./Configure -des -Dprefix=$(TOOLS_DIR) \
|
||||
-Dlibs="-lm" -Uloclibpth -Ulocincpth
|
||||
cd $(DIR_APP) && ./Configure -des -Dprefix=$(TOOLS_DIR)
|
||||
cd $(DIR_APP) && sed -i 's/^0$$//' makefile
|
||||
cd $(DIR_APP) && sed -i 's/^0$$//' x2p/makefile
|
||||
cd $(DIR_APP) && make
|
||||
|
||||
Reference in New Issue
Block a user