public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Tom spot Callaway <spotaws@amazon.com>
To: git-commits@fedoraproject.org
Subject: [rpms/libtnc] rawhide: use -std=gnu99, seems to work now, needed for perl 5.44.0
Date: Tue, 09 Jun 2026 14:42:41 GMT	[thread overview]
Message-ID: <178101616171.1.780089859317551614.rpms-libtnc-6f857c376c36@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/libtnc
Branch : rawhide
Commit : 6f857c376c36f34b2d5a0e988b8468bf4089a0b4
Author : Tom spot Callaway <spotaws@amazon.com>
Date   : 2026-06-09T10:42:36-04:00
Stats  : +1/-2 in 1 file(s)
URL    : https://src.fedoraproject.org/rpms/libtnc/c/6f857c376c36f34b2d5a0e988b8468bf4089a0b4?branch=rawhide

Log:
use -std=gnu99, seems to work now, needed for perl 5.44.0

---
diff --git a/libtnc.spec b/libtnc.spec
index 6911cb0..93be612 100644
--- a/libtnc.spec
+++ b/libtnc.spec
@@ -51,10 +51,9 @@ popd
 %patch -P2 -p1 -b .symbolfix
 
 %build
-# Switch to C89 mode due to many C99 compatibility issues.
 %global build_type_safety_c 0
 %set_build_flags
-CC="$CC -std=gnu89"
+CC="$CC -std=gnu99"
 CFLAGS="%{optflags} -fPIC -DPIC"
 %configure --with-pic
 sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool

                 reply	other threads:[~2026-06-09 14:42 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=178101616171.1.780089859317551614.rpms-libtnc-6f857c376c36@fedoraproject.org \
    --to=spotaws@amazon.com \
    --cc=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