From: Azat Khuzhin Date: Sun, 22 Jan 2017 00:58:15 +0000 (+0300) Subject: vagrant/netbsd: missing libtool X-Git-Tag: release-2.1.8-stable~2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9c9be3994d2b440099304cb4f125d7cbc54ff126;p=libevent vagrant/netbsd: missing libtool --- diff --git a/Vagrantfile b/Vagrantfile index 793a0a23..2a3826b4 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -127,7 +127,7 @@ Vagrant.configure("2") do |config| if ENV['NO_PKG'] != "true" netbsd.vm.provision "shell", inline: <<-SHELL 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 end