public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/gperftools] rawhide: fix patch
@ 2026-09-25 16:42 Tom spot Callaway
  0 siblings, 0 replies; only message in thread
From: Tom spot Callaway @ 2026-09-25 16:42 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/gperftools
Branch : rawhide
Commit : e7b409d5a82807cc50c5419144bd79b26044cd6a
Author : Tom spot Callaway <spotaws@amazon.com>
Date   : 2026-09-25T12:41:58-04:00
Stats  : +2/-3 in 1 file(s)
URL    : https://src.fedoraproject.org/rpms/gperftools/c/e7b409d5a82807cc50c5419144bd79b26044cd6a?branch=rawhide

Log:
fix patch

---
diff --git a/gperftools-2.17-disable-generic-dynamic-tls.patch b/gperftools-2.17-disable-generic-dynamic-tls.patch
index 80a48d7..ffe0830 100644
--- a/gperftools-2.17-disable-generic-dynamic-tls.patch
+++ b/gperftools-2.17-disable-generic-dynamic-tls.patch
@@ -22,12 +22,11 @@ diff -up gperftools-2.17/configure.ac.dynload gperftools-2.17/configure.ac
 diff -up gperftools-2.17/src/base/basictypes.h.dynload gperftools-2.17/src/base/basictypes.h
 --- gperftools-2.17/src/base/basictypes.h.dynload	2025-08-05 13:05:59.341787961 -0400
 +++ gperftools-2.17/src/base/basictypes.h	2025-08-05 13:06:52.289818648 -0400
-@@ -84,7 +84,7 @@
- # define ATTRIBUTE_UNUSED
+ #define ATTRIBUTE_UNUSED
  #endif
  
 -#if defined(HAVE___ATTRIBUTE__)
 +#if defined(HAVE___ATTRIBUTE__) && defined(ENABLE_GENERIC_DYNAMIC_TLS)
- #define ATTR_INITIAL_EXEC __attribute__ ((tls_model ("initial-exec")))
+ #define ATTR_INITIAL_EXEC __attribute__((tls_model("initial-exec")))
  #else
  #define ATTR_INITIAL_EXEC

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-09-25 16:42 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-09-25 16:42 [rpms/gperftools] rawhide: fix patch 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