Skip to content

Commit

Permalink
addpatch: nfacct 1.0.2-4
Browse files Browse the repository at this point in the history
Signed-off-by: 秋雨落 <[email protected]>
  • Loading branch information
qyl27 authored and felixonmars committed Sep 3, 2024
1 parent 60eeebf commit 9aafb9a
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions nfacct/riscv64.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
--- PKGBUILD
+++ PKGBUILD
@@ -14,6 +14,11 @@ source=("https://www.netfilter.org/projects/$pkgname/files/$pkgname-$pkgver.tar.
sha256sums=('ecff2218754be318bce3c3a5d1775bab93bf4168b2c4aac465785de5655fbd69'
'SKIP')

+prepare() {
+ cd $pkgname-$pkgver
+ autoreconf -fi
+}
+
build() {
cd $pkgname-$pkgver
./configure --prefix=/usr --sbindir=/usr/bin

0 comments on commit 9aafb9a

Please sign in to comment.