Use --disable-rpath

Signed-off-by: David Abdurachmanov <davidlt@rivosinc.com>
This commit is contained in:
David Abdurachmanov 2022-10-17 13:33:20 +03:00
parent c48c35531d
commit 5e2e83bac1
Signed by: davidlt
GPG Key ID: 8B7F1DA0E2C9FDBB
1 changed files with 5 additions and 2 deletions

View File

@ -1,6 +1,6 @@
Name: libssh2
Version: 1.10.0
Release: 5%{?dist}
Release: 5.0.riscv64%{?dist}
Summary: A library implementing the SSH2 protocol
License: BSD
URL: https://www.libssh2.org/
@ -66,7 +66,7 @@ developing applications that use libssh2.
sed -i s/4711/47%{__isa_bits}/ tests/ssh2.{c,sh}
%build
%configure --disable-silent-rules --disable-static --enable-shared
%configure --disable-silent-rules --disable-static --enable-shared --disable-rpath
%{make_build}
%install
@ -105,6 +105,9 @@ LC_ALL=en_US.UTF-8 make -C tests check
%{_libdir}/pkgconfig/libssh2.pc
%changelog
* Mon Oct 17 2022 David Abdurachmanov <davidlt@rivosinc.com> - 1.10.0-5.0.riscv64
- Use --disable-rpath
* Thu Jul 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.10.0-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild