Add pcre2 to the list of explicitly installed libraries on NetBSD.

This commit is contained in:
levlam 2022-09-05 12:06:16 +03:00
parent c5040d9fcd
commit af0ca93b09
1 changed files with 1 additions and 1 deletions

View File

@ -918,7 +918,7 @@ function onOptionsChanged() {
commands.push('su -');
}
commands.push('export PKG_PATH=http://cdn.netbsd.org/pub/pkgsrc/packages/NetBSD/$(uname -p)/$(uname -r)/All');
var packages = 'git gperf php-8* cmake openssl gcc12-libs mozilla-rootcerts-openssl';
var packages = 'git gperf pcre2 php-8* cmake openssl gcc12-libs mozilla-rootcerts-openssl';
commands.push('pkg_add ' + packages);
if (!use_root) {
commands.push('exit');