Use --disable-rpath

Signed-off-by: David Abdurachmanov <davidlt@rivosinc.com>
This commit is contained in:
David Abdurachmanov 2023-03-01 12:26:34 +02:00
parent 96fdcab143
commit 2cb65189e7
Signed by: davidlt
GPG Key ID: 8B7F1DA0E2C9FDBB
1 changed files with 5 additions and 2 deletions

View File

@ -1,6 +1,6 @@
Name: libssh2 Name: libssh2
Version: 1.10.0 Version: 1.10.0
Release: 7%{?dist} Release: 7.0.riscv64%{?dist}
Summary: A library implementing the SSH2 protocol Summary: A library implementing the SSH2 protocol
License: BSD-3-Clause License: BSD-3-Clause
URL: https://www.libssh2.org/ URL: https://www.libssh2.org/
@ -71,7 +71,7 @@ developing applications that use libssh2.
sed -i s/4711/47%{__isa_bits}/ tests/ssh2.{c,sh} sed -i s/4711/47%{__isa_bits}/ tests/ssh2.{c,sh}
%build %build
%configure --disable-silent-rules --disable-static --enable-shared %configure --disable-silent-rules --disable-static --enable-shared --disable-rpath
%{make_build} %{make_build}
%install %install
@ -110,6 +110,9 @@ LC_ALL=en_US.UTF-8 make -C tests check
%{_libdir}/pkgconfig/libssh2.pc %{_libdir}/pkgconfig/libssh2.pc
%changelog %changelog
* Wed Mar 01 2023 David Abdurachmanov <davidlt@rivosinc.com> - 1.10.0-7.0.riscv64
- Use --disable-rpath
* Thu Jan 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.10.0-7 * Thu Jan 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.10.0-7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild