aboutsummaryrefslogtreecommitdiffhomepage
path: root/build.html
diff options
context:
space:
mode:
authorlevlam <levlam@telegram.org>2022-09-05 12:06:16 +0300
committerlevlam <levlam@telegram.org>2022-09-05 12:06:16 +0300
commitaf0ca93b0985339cf3d65c6890a41086302d2bb7 (patch)
treeb413b20bf950d41f0d1782494ab40637d5891b7d /build.html
parentc5040d9fcd2ece0332b870a424e18bb05a1e6fbf (diff)
Add pcre2 to the list of explicitly installed libraries on NetBSD.
Diffstat (limited to 'build.html')
-rw-r--r--build.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.html b/build.html
index 6174e7669..2c24bbb30 100644
--- a/build.html
+++ b/build.html
@@ -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');