public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
To: git-commits@fedoraproject.org
Subject: [rpms/ann] rawhide: use -std=c++17 for this old code
Date: Mon, 20 Jul 2026 07:38:11 GMT [thread overview]
Message-ID: <178453309149.1.9301191382808716825.rpms-ann-cdecda4b4b76@fedoraproject.org> (raw)
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
reply other threads:[~2026-07-20 7:38 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=178453309149.1.9301191382808716825.rpms-ann-cdecda4b4b76@fedoraproject.org \
--to=git-commits@fedoraproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox