lang/perl: Build relocatable host perl

Signed-off-by: Marcel Denia <naoir@gmx.net>
This commit is contained in:
Marcel Denia 2014-07-19 08:17:52 +02:00
parent 2bc4222ffb
commit 62b042909d
1 changed files with 1 additions and 1 deletions

View File

@ -60,7 +60,7 @@ endef
# Static host perl
define Host/Configure
( cd $(HOST_BUILD_DIR); ./Configure -der -Uusedl -Dprefix=$(HOST_PERL_PREFIX) )
( cd $(HOST_BUILD_DIR); ./Configure -der -Uusedl -Duserelocatableinc -Dprefix=$(HOST_PERL_PREFIX) )
endef
define Host/Install