Robin Candau pushed to branch main at Arch Linux / Packaging / Packages /
quickjs-ng
Commits:
929ce8b0 by Robin Candau at 2026-06-06T12:38:05+02:00
upgpkg: 0.15.1-2: Add missing build options
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = quickjs-ng
pkgdesc = A mighty JavaScript engine
pkgver = 0.15.1
- pkgrel = 1
+ pkgrel = 2
url = https://quickjs-ng.github.io/quickjs
arch = x86_64
license = MIT
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
pkgname=quickjs-ng
_pkgname=quickjs
pkgver=0.15.1
-pkgrel=1
+pkgrel=2
pkgdesc="A mighty JavaScript engine"
url="https://quickjs-ng.github.io/quickjs"
arch=('x86_64')
@@ -20,6 +20,8 @@ build() {
-W no-dev
-D CMAKE_BUILD_TYPE=None
-D CMAKE_INSTALL_PREFIX=/usr
+ -D QJS_BUILD_LIBC=ON
+ -D BUILD_SHARED_LIBS=ON
)
cmake "${cmake_options[@]}"
cmake --build build
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/quickjs-ng/-/commit/929ce8b0814bb1ab48428da5bff4ef566ce52538
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/quickjs-ng/-/commit/929ce8b0814bb1ab48428da5bff4ef566ce52538
You're receiving this email because of your account on gitlab.archlinux.org.
Manage all notifications: https://gitlab.archlinux.org/-/profile/notifications
| Help: https://gitlab.archlinux.org/help