mirror of
https://github.com/libevent/libevent.git
synced 2025-01-09 00:56:20 +08:00
vagrant/netbsd: missing libtool
This commit is contained in:
parent
43243b9d55
commit
9c9be3994d
2
Vagrantfile
vendored
2
Vagrantfile
vendored
@ -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
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user