perl: also install libperl.so
Signed-off-by: John Crispin <blogic@openwrt.org>
This commit is contained in:
parent
db14acbfd9
commit
3a245420a8
1 changed files with 3 additions and 0 deletions
|
@ -107,6 +107,9 @@ define Package/perl/install
|
|||
$(INSTALL_DIR) $(1)/usr/bin
|
||||
$(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/bin/perl$(PKG_VERSION) $(1)/usr/bin
|
||||
ln -nsf perl$(PKG_VERSION) $(1)/usr/bin/perl
|
||||
|
||||
$(INSTALL_DIR) $(1)/usr/lib/perl5/5.20/CORE
|
||||
$(CP) $(PKG_INSTALL_DIR)/usr/lib/perl5/5.20/CORE/libperl.so $(1)/usr/lib/perl5/5.20/CORE/
|
||||
endef
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue