aboutsummaryrefslogtreecommitdiffstats
path: root/vagrant_provision.sh
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2018-08-20 23:37:54 -0700
committerGuy Harris <guy@alum.mit.edu>2018-08-21 06:38:45 +0000
commit92b4cd586e179dcf5b17f9f5d4f1dfad48f89b57 (patch)
tree3ecd0a76afb23b54d36697b5b4e8d8b3c02c4d30 /vagrant_provision.sh
parent76ada76427e8fcc28b6addefed7591f58a86142b (diff)
Fix search for pkg-config on FreeBSD.
1) At least with FreeBSD's "pkg search", the search does *not* do a prefix match, so if you look for "pkg-config", you can find packages whose name is *not* pkg-config but that has "pkg-config" in the middle of the name. This means that we think we have a "pkg-config" package, but we don't, and fail when we try to install it. So we force a prefix match. 2) FreeBSD 11 doesn't have a "pkg-config" packate, but has a "pkgconf" package. If we don't find "pkg-config", look for "pkgconf". Change-Id: Iad5ef9d5630981958830c03e4cb90fe2d01ce1d0 Reviewed-on: https://code.wireshark.org/review/29213 Reviewed-by: Guy Harris <guy@alum.mit.edu>
Diffstat (limited to 'vagrant_provision.sh')
0 files changed, 0 insertions, 0 deletions