We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1565ed0 commit 193a07eCopy full SHA for 193a07e
1 file changed
srcpkgs/zathura/template
@@ -3,7 +3,7 @@ pkgname=zathura
3
version=2026.02.22
4
revision=1
5
build_style=meson
6
-configure_args="-Dsynctex=enabled"
+configure_args="-Dsynctex=enabled -Dlandlock=enabled"
7
hostmakedepends="pkg-config gettext python3-Sphinx desktop-file-utils
8
appstream-glib glib-devel librsvg-utils"
9
makedepends="girara-devel sqlite-devel file-devel zlib-devel libseccomp-devel
@@ -26,6 +26,8 @@ fi
26
if [ "$XBPS_TARGET_LIBC" = musl ]; then
27
CPPFLAGS="-D__NR_landlock_create_ruleset=444 -D__NR_landlock_add_rule=445 \
28
-D__NR_landlock_restrict_self=446"
29
+ # fails test 12/12 weston_sandbox ERROR (exit status 159 or signal 31 SIGSYS)
30
+ configure_args+=" -Dseccomp=disabled"
31
fi
32
33
post_install() {
0 commit comments