perl: fix toolchain build

Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
This commit is contained in:
Arne Fitzenreiter
2018-10-30 18:13:45 +01:00
parent ebaecf2c96
commit ea4e88cbbe

View File

@@ -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