From: Michael Tremer Date: Tue, 22 Nov 2022 12:11:52 +0000 (+0000) Subject: libseccomp: Update to 2.5.4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=604f730ec0340d50cb103eea7f1be6b5cafbe782;p=ipfire-3.x.git libseccomp: Update to 2.5.4 Signed-off-by: Michael Tremer --- diff --git a/libseccomp/libseccomp.nm b/libseccomp/libseccomp.nm index 2b6202e18..9dc2a5e9f 100644 --- a/libseccomp/libseccomp.nm +++ b/libseccomp/libseccomp.nm @@ -4,7 +4,7 @@ ############################################################################### name = libseccomp -version = 2.4.3 +version = 2.5.4 release = 1 groups = System/Libraries @@ -24,8 +24,12 @@ end source_dl = https://github.com/seccomp/libseccomp/releases/download/v%{version}/ build + requires + gperf + end + test - make check + LD_LIBRARY_PATH="$(pwd)/src/.libs" make check end end