public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/erlang-jiffy] f44: Remove unused patch
@ 2026-06-13  8:04 Peter Lemenkov
  0 siblings, 0 replies; only message in thread
From: Peter Lemenkov @ 2026-06-13  8:04 UTC (permalink / raw)
  To: git-commits

            A new commit has been pushed.

            Repo   : rpms/erlang-jiffy
            Branch : f44
            Commit : 5cc0bd95ec92ccd4b69d2e8d6820854b4e076cc6
            Author : Peter Lemenkov <lemenkov@gmail.com>
            Date   : 2026-04-25T21:05:56+02:00
            Stats  : +0/-38 in 1 file(s)
            URL    : https://src.fedoraproject.org/rpms/erlang-jiffy/c/5cc0bd95ec92ccd4b69d2e8d6820854b4e076cc6?branch=f44

            Log:
            Remove unused patch

Signed-off-by: Peter Lemenkov <lemenkov@gmail.com>

---
diff --git a/erlang-jiffy-0001-Use-double-conversion-from-the-system.patch b/erlang-jiffy-0001-Use-double-conversion-from-the-system.patch
deleted file mode 100644
index bf07502..0000000
--- a/erlang-jiffy-0001-Use-double-conversion-from-the-system.patch
+++ /dev/null
@@ -1,38 +0,0 @@
-From: Randy Barlow <randy@electronsweatshop.com>
-Date: Fri, 31 Jul 2020 22:41:18 -0400
-Subject: [PATCH] Use double-conversion from the system
-
-This is to avoid using the bundled double-conversion.
-
-Signed-off-by: Randy Barlow <randy@electronsweatshop.com>
-
-diff --git a/rebar.config b/rebar.config
-index 6ab52c2..367c4d9 100644
---- a/rebar.config
-+++ b/rebar.config
-@@ -1,8 +1,7 @@
- {port_specs, [
-     {"priv/jiffy.so", [
-         "c_src/*.c",
--        "c_src/*.cc",
--        "c_src/double-conversion/*.cc"
-+        "c_src/*.cc"
-     ]}
- ]}.
- 
-@@ -14,12 +13,12 @@
-     {".*", "FLTO_FLAG", ""},
- 
-     {"(linux|solaris|freebsd|netbsd|openbsd|dragonfly|darwin|gnu)",
--        "CFLAGS", "$CFLAGS -Ic_src/ -g -Wall $FLTO_FLAG -Werror -O3 -fvisibility=hidden"},
-+        "CFLAGS", "$CFLAGS -Ic_src/ -g -Wall $FLTO_FLAG -Werror -O2 -fvisibility=hidden"},
-     {"(linux|solaris|freebsd|netbsd|openbsd|dragonfly|darwin|gnu)",
--        "CXXFLAGS", "$CXXFLAGS -Ic_src/ -g -Wall $FLTO_FLAG -Werror -O3 -fvisibility=hidden"},
-+        "CXXFLAGS", "$CXXFLAGS -Ic_src/ -g -Wall $FLTO_FLAG -Werror -O2 -fvisibility=hidden"},
- 
-     {"(linux|solaris|freebsd|netbsd|openbsd|dragonfly|darwin|gnu)",
--        "LDFLAGS", "$LDFLAGS $FLTO_FLAG -lstdc++"},
-+        "LDFLAGS", "$LDFLAGS $FLTO_FLAG -lstdc++ -ldouble-conversion"},
- 
-     {"win32", "CXXFLAGS", "$CXXFLAGS /O2 /DNDEBUG"}
- ]}.

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

only message in thread, other threads:[~2026-06-13  8:04 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-13  8:04 [rpms/erlang-jiffy] f44: Remove unused patch Peter Lemenkov

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox