hack around cmake/libssh bogosity (sftp kioslave FTBFS)

epel9
Rex Dieter 5 years ago
parent 0cfacabf1c
commit b6e67c64c9

@ -123,6 +123,7 @@ Requires: %{name}%{?_isa} = %{version}-%{release}
mkdir %{_target_platform} mkdir %{_target_platform}
pushd %{_target_platform} pushd %{_target_platform}
%{cmake_kf5} .. \ %{cmake_kf5} .. \
-DLIBSSH_LIBRARIES="$(pkg-config --libs libssh)" \
%{?tests:-DBUILD_TESTING:BOOL=ON} %{?tests:-DBUILD_TESTING:BOOL=ON}
popd popd
@ -227,6 +228,7 @@ time make test -C %{_target_platform} ARGS="--output-on-failure --timeout 10" ||
%changelog %changelog
* Tue Nov 12 2019 Rex Dieter <rdieter@fedoraproject.org> - 19.08.3-1 * Tue Nov 12 2019 Rex Dieter <rdieter@fedoraproject.org> - 19.08.3-1
- 19.08.3 - 19.08.3
- hack around cmake/libssh bogosity (sftp kioslave FTBFS)
* Thu Oct 17 2019 Rex Dieter <rdieter@fedoraproject.org> - 19.08.2-1 * Thu Oct 17 2019 Rex Dieter <rdieter@fedoraproject.org> - 19.08.2-1
- 19.08.2 - 19.08.2

Loading…
Cancel
Save