From 0642cce68133ace00fad3e24f498f35b05f66747 Mon Sep 17 00:00:00 2001 From: U2FsdGVkX1 Date: Thu, 14 Dec 2023 13:46:39 +0800 Subject: [PATCH] Add riscv64 support --- libssh2.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/libssh2.spec b/libssh2.spec index 287a8b8..9a6e3c8 100644 --- a/libssh2.spec +++ b/libssh2.spec @@ -1,4 +1,4 @@ -%define anolis_release 1 +%define anolis_release 2 Name: libssh2 Version: 1.11.0 @@ -65,7 +65,7 @@ developing applications that use libssh2. sed -i s/4711/47%{?__isa_bits}/ tests/{openssh_fixture.c,test_ssh{2.c,d.test}} %build -%configure --disable-silent-rules --enable-shared --disable-docker-tests +%configure --disable-silent-rules --enable-shared --disable-docker-tests --disable-rpath %{make_build} %install @@ -111,6 +111,9 @@ LC_ALL=en_US.UTF-8 make -C tests check %{_libdir}/pkgconfig/libssh2.pc %changelog +* Tue Nov 11 2023 Guoguo - 1.11.0-2 +- disable rpaths on riscv64 + * Tue Jul 11 2023 Funda Wang - 1.11.0-1 - New version 1.11.0 -- Gitee