diff options
| author | levlam <levlam@telegram.org> | 2022-09-05 12:06:16 +0300 |
|---|---|---|
| committer | levlam <levlam@telegram.org> | 2022-09-05 12:06:16 +0300 |
| commit | af0ca93b0985339cf3d65c6890a41086302d2bb7 (patch) | |
| tree | b413b20bf950d41f0d1782494ab40637d5891b7d /build.html | |
| parent | c5040d9fcd2ece0332b870a424e18bb05a1e6fbf (diff) | |
Add pcre2 to the list of explicitly installed libraries on NetBSD.
Diffstat (limited to 'build.html')
| -rw-r--r-- | build.html | 2 |
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'); |
