public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/libtnc] rawhide: use -std=gnu99, seems to work now, needed for perl 5.44.0
@ 2026-06-09 14:42 Tom spot Callaway
0 siblings, 0 replies; only message in thread
From: Tom spot Callaway @ 2026-06-09 14:42 UTC (permalink / raw)
To: git-commits
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
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-06-09 14:42 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-09 14:42 [rpms/libtnc] rawhide: use -std=gnu99, seems to work now, needed for perl 5.44.0 Tom spot Callaway
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox