lang/perl: Build relocatable host perl
Signed-off-by: Marcel Denia <naoir@gmx.net>
This commit is contained in:
parent
2bc4222ffb
commit
62b042909d
1 changed files with 1 additions and 1 deletions
|
@ -60,7 +60,7 @@ endef
|
||||||
|
|
||||||
# Static host perl
|
# Static host perl
|
||||||
define Host/Configure
|
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
|
endef
|
||||||
|
|
||||||
define Host/Install
|
define Host/Install
|
||||||
|
|
Loading…
Reference in a new issue