Skip to content

Commit

Permalink
addpatch: log4cpp
Browse files Browse the repository at this point in the history
Fix config.guess issue.

Upstream report available at https://sourceforge.net/p/log4cpp/bugs/157/
  • Loading branch information
xctan authored and felixonmars committed Nov 28, 2023
1 parent 2a0f0fa commit 667c93a
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions log4cpp/riscv64.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
--- PKGBUILD
+++ PKGBUILD
@@ -14,6 +14,7 @@ sha256sums=('696113659e426540625274a8b251052cc04306d8ee5c42a0c7639f39ca90c9d6')

build() {
cd "$srcdir/$pkgname"
+ find . -name config.guess -exec cp -f /usr/share/libtool/build-aux/config.guess {} \;
./configure --prefix=/usr --disable-doxygen --disable-dot --without-idsa
make
}

0 comments on commit 667c93a

Please sign in to comment.