public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/ann] rawhide: use -std=c++17 for this old code
@ 2026-07-20 7:38
0 siblings, 0 replies; only message in thread
From: @ 2026-07-20 7:38 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/ann
Branch : rawhide
Commit : cdecda4b4b76a4763947c493dcbc4259da67fc97
Author : Dan Horák <dan@danny.cz>
Date : 2026-07-20T09:37:53+02:00
Stats : +1/-1 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/ann/c/cdecda4b4b76a4763947c493dcbc4259da67fc97?branch=rawhide
Log:
use -std=c++17 for this old code
---
diff --git a/ann.spec b/ann.spec
index 70d1d44..9639781 100644
--- a/ann.spec
+++ b/ann.spec
@@ -43,7 +43,7 @@ Development files needed to use ANN library.
%build
-%make_build linux CFLAGS="-fPIC -DPIC %{build_cxxflags}" LDFLAGS="%{build_ldflags} -L../lib"
+%make_build linux CFLAGS="-fPIC -DPIC %{build_cxxflags} -std=c++17" LDFLAGS="%{build_ldflags} -L../lib"
%install
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-07-20 7:38 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-20 7:38 [rpms/ann] rawhide: use -std=c++17 for this old code
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox