Skip to content

Commit

Permalink
addpatch: apparmor 4.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Cryolitia authored and felixonmars committed Nov 9, 2024
1 parent c8930db commit bb1d6c2
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions apparmor/riscv64.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
--- PKGBUILD
+++ PKGBUILD
@@ -58,6 +58,9 @@ _core_perl="/usr/bin/core_perl"
prepare() {
cd $pkgname-$pkgver/libraries/libapparmor/
autoreconf -fiv
+
+ cd ../../
+ sed -i 's/timeout=0.4/timeout=10/g' utils/test/test-logprof.py
}

build() {

0 comments on commit bb1d6c2

Please sign in to comment.