Add pcre2 to the list of explicitly installed libraries on NetBSD.
This commit is contained in:
parent
c5040d9fcd
commit
af0ca93b09
@ -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');
|
||||
|
Loading…
Reference in New Issue
Block a user