Skip to content

Commit

Permalink
updpatch: openssl-1.1 1.1.1.w-2
Browse files Browse the repository at this point in the history
  • Loading branch information
kxxt authored and felixonmars committed Sep 27, 2024
1 parent 059d4ca commit aec70f8
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions openssl-1.1/riscv64.patch
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
--- PKGBUILD
+++ PKGBUILD
@@ -34,7 +34,7 @@ build() {
cd "$srcdir/$_pkgname-$_ver"

# mark stack as non-executable: http://bugs.archlinux.org/task/12434
./Configure --prefix=/usr --openssldir=/etc/ssl --libdir=lib/openssl-1.1 \
- shared no-ssl3-method enable-ec_nistp_64_gcc_128 linux-x86_64 \
+ shared no-ssl3-method enable-ec_nistp_64_gcc_128 linux-generic64 \
"-Wa,--noexecstack ${CPPFLAGS} ${CFLAGS} ${LDFLAGS}"
- shared no-ssl3-method enable-ec_nistp_64_gcc_128 linux-x86_64
+ shared no-ssl3-method enable-ec_nistp_64_gcc_128 linux-generic64

make depend
@@ -48,7 +48,8 @@ check() {
make
@@ -47,7 +47,8 @@ check() {
# revert this patch for make test
patch -p0 -R -i "$srcdir/ca-dir.patch"

Expand Down

0 comments on commit aec70f8

Please sign in to comment.