Use --disable-rpath

Signed-off-by: David Abdurachmanov <davidlt@rivosinc.com>
This commit is contained in:
David Abdurachmanov 2024-01-09 11:51:41 +02:00
parent afe9bca438
commit 75474b078d
Signed by: davidlt
GPG Key ID: 7A5F42FAF91FACC3
1 changed files with 6 additions and 2 deletions

View File

@ -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 <davidlt@rivosinc.com> - 1.11.0-2.0.riscv64
- Use --disable-rpath
* Thu Jul 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.11.0-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild