From 75474b078d77cd068ac393d35fe425eefff4fe93 Mon Sep 17 00:00:00 2001 From: David Abdurachmanov Date: Tue, 9 Jan 2024 11:51:41 +0200 Subject: [PATCH] Use --disable-rpath Signed-off-by: David Abdurachmanov --- libssh2.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/libssh2.spec b/libssh2.spec index fab9ecd..fa50bcb 100644 --- a/libssh2.spec +++ b/libssh2.spec @@ -1,6 +1,6 @@ Name: libssh2 Version: 1.11.0 -Release: 2%{?dist} +Release: 2.0.riscv64%{?dist} Summary: A library implementing the SSH2 protocol License: BSD-3-Clause URL: https://www.libssh2.org/ @@ -84,7 +84,8 @@ sed -i s/4711/47%{?__isa_bits}/ tests/{openssh_fixture.c,test_ssh{2.c,d.test}} %configure \ --disable-silent-rules \ --enable-shared \ - --disable-docker-tests + --disable-docker-tests \ + --disable-rpath %{make_build} %install @@ -131,6 +132,9 @@ LC_ALL=en_US.UTF-8 make -C tests check %{_libdir}/pkgconfig/libssh2.pc %changelog +* Tue Jan 09 2024 David Abdurachmanov - 1.11.0-2.0.riscv64 +- Use --disable-rpath + * Thu Jul 20 2023 Fedora Release Engineering - 1.11.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild