Skip to content

Commit

Permalink
updpatch: openjade 1.3.2-8
Browse files Browse the repository at this point in the history
Signed-off-by: 秋雨落 <i@rain.cx>
  • Loading branch information
qyl27 committed Sep 11, 2024
1 parent 13aec3c commit 02558ae
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions openjade/riscv64.patch
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
diff --git PKGBUILD trunk/PKGBUILD
index 2337cd0..fbd652d 100644
--- PKGBUILD
+++ PKGBUILD
@@ -21,6 +21,7 @@ sha256sums=('1d2d7996cc94f9b87d0c51cf0e028070ac177c4123ecbfd7ac1cb8d0b7d322d1'
prepare() {
@@ -23,6 +23,7 @@ prepare() {
cd ${pkgname}-$pkgver
patch -Np1 -i "$srcdir"/${pkgname}1.3_${pkgver}-${_debpatch}.diff
+ cp -v "/usr/share/autoconf/build-aux/config.guess" "/usr/share/autoconf/build-aux/config.sub" config
patch -Np1 -i $srcdir/openjade-nola.patch
# https://bugs.archlinux.org/task/55331 / https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69534#c9
+ cp -v "/usr/share/autoconf/build-aux/config.guess" "/usr/share/autoconf/build-aux/config.sub" config
export CXXFLAGS+=' -fno-lifetime-dse'
}

0 comments on commit 02558ae

Please sign in to comment.