vagrant/netbsd: missing libtool

This commit is contained in:
Azat Khuzhin 2017-01-22 03:58:15 +03:00
parent 43243b9d55
commit 9c9be3994d

2
Vagrantfile vendored
View File

@ -127,7 +127,7 @@ Vagrant.configure("2") do |config|
if ENV['NO_PKG'] != "true" if ENV['NO_PKG'] != "true"
netbsd.vm.provision "shell", inline: <<-SHELL netbsd.vm.provision "shell", inline: <<-SHELL
export PKG_PATH="ftp://ftp.netbsd.org/pub/pkgsrc/packages/NetBSD/x86_64/7.0_2016Q2/All/" export PKG_PATH="ftp://ftp.netbsd.org/pub/pkgsrc/packages/NetBSD/x86_64/7.0_2016Q2/All/"
pkg_add ncurses ninja-build automake cmake pkg_add ncurses ninja-build automake cmake libtool
SHELL SHELL
end end