Browse Source

lang/perl: Build relocatable host perl

Signed-off-by: Marcel Denia <naoir@gmx.net>
lilik-openwrt-22.03
Marcel Denia 10 years ago
parent
commit
62b042909d
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      lang/perl/Makefile

+ 1
- 1
lang/perl/Makefile 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


Loading…
Cancel
Save