public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/putty] epel8: Fixed build with cmake-4/ninja
@ 2026-06-01 13:45
0 siblings, 0 replies; only message in thread
From: @ 2026-06-01 13:45 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/putty
Branch : epel8
Commit : 44a5af6b5dd6bb6a57ca3b377ad072b8c8bc280b
Author : Jaroslav Škarvada <jskarvad@redhat.com>
Date : 2026-01-12T16:12:20+01:00
Stats : +1/-2 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/putty/c/44a5af6b5dd6bb6a57ca3b377ad072b8c8bc280b?branch=epel8
Log:
Fixed build with cmake-4/ninja
The make tool is still required for building the icon.
Signed-off-by: Jaroslav Škarvada <jskarvad@redhat.com>
---
diff --git a/putty.spec b/putty.spec
index 3cee792..d4446a4 100644
--- a/putty.spec
+++ b/putty.spec
@@ -37,8 +37,7 @@ export CFLAGS="%{build_cflags} -DNOT_X_WINDOWS -Wno-error=unused-function"
%cmake
%cmake_build
make -C icons putty-48.png
-cd %{__cmake_builddir}
-make -C doc
+%cmake_build -t doc
%install
%cmake_install
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-06-01 13:45 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-01 13:45 [rpms/putty] epel8: Fixed build with cmake-4/ninja
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox