Skip to content

Commit

Permalink
updpatch: cifs-utils 7.0-5
Browse files Browse the repository at this point in the history
  • Loading branch information
Cryolitia authored and felixonmars committed Sep 11, 2024
1 parent 874b3e6 commit b9a5d1e
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions cifs-utils/riscv64.patch
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
--- PKGBUILD
+++ PKGBUILD
@@ -23,7 +23,7 @@ build() {
cd "$srcdir/$pkgname-$pkgver"
# systemd support is broken in mount.cifs
# https://bugs.archlinux.org/task/30958
@@ -17,7 +17,7 @@ prepare() {
cd "${srcdir}/${pkgname}"
# Fix install to honor DESTDIR
sed -e 's|cd \$(ROOTSBINDIR)|cd $(DESTDIR)$(ROOTSBINDIR)|g' -i Makefile.am
- autoreconf -i
+ autoreconf -fiv
# https://www.spinics.net/lists/linux-cifs/msg21550.html
# change back to libcap-ng depend when upstream is fixed
./configure --prefix=/usr --with-libcap=yes --sbindir=/usr/bin --disable-systemd
}

build() {

0 comments on commit b9a5d1e

Please sign in to comment.