diff options
author | Alex Xu (Hello71) <alex_y_xu@yahoo.ca> | 2023-01-11 05:15:28 -0500 |
---|---|---|
committer | Alex Xu (Hello71) <alex_y_xu@yahoo.ca> | 2023-01-11 05:15:28 -0500 |
commit | bf5898b98b1863a740d6ca56efa5bcd3e72f79ef (patch) | |
tree | bbcf757fa3db3c465ebbcfdee3ec618b6051e539 /app-text/zathura/files | |
parent | cc033b055b5cc8c658de195bd9a41ed3fe1fdfe9 (diff) | |
download | gentoo-overlay-bf5898b98b1863a740d6ca56efa5bcd3e72f79ef.tar.xz gentoo-overlay-bf5898b98b1863a740d6ca56efa5bcd3e72f79ef.zip |
app-text/zathura: sync
Diffstat (limited to 'app-text/zathura/files')
-rw-r--r-- | app-text/zathura/files/zathura-disable-seccomp-tests.patch | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/app-text/zathura/files/zathura-disable-seccomp-tests.patch b/app-text/zathura/files/zathura-disable-seccomp-tests.patch new file mode 100644 index 0000000..f3d88a2 --- /dev/null +++ b/app-text/zathura/files/zathura-disable-seccomp-tests.patch @@ -0,0 +1,22 @@ +diff --git a/tests/meson.build b/tests/meson.build +index ac7edb8..68216f3 100644 +--- a/tests/meson.build ++++ b/tests/meson.build +@@ -25,17 +25,6 @@ if check.found() + timeout: 60*60 + ) + +- if seccomp.found() +- sandbox = executable('test_sandbox', ['test_sandbox.c', 'tests.c'], +- dependencies: build_dependencies + test_dependencies, +- include_directories: include_directories, +- c_args: defines + flags +- ) +- test('sandbox', sandbox, +- timeout: 60*60 +- ) +- endif +- + utils = executable('test_utils', ['test_utils.c', 'tests.c'], + dependencies: build_dependencies + test_dependencies, + include_directories: include_directories, |