public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/libfaketime] rawhide: Add loongarch64 support.
@ 2026-07-02 12:14 Sun Haiyong
  0 siblings, 0 replies; only message in thread
From: Sun Haiyong @ 2026-07-02 12:14 UTC (permalink / raw)
  To: git-commits

            A new commit has been pushed.

            Repo   : rpms/libfaketime
            Branch : rawhide
            Commit : 20a57793d68f7ef5941f9bfe684aa2ae1efad62e
            Author : Sun Haiyong <sunhaiyong@zdbr.net>
            Date   : 2026-07-01T18:18:48+08:00
            Stats  : +2/-2 in 1 file(s)
            URL    : https://src.fedoraproject.org/rpms/libfaketime/c/20a57793d68f7ef5941f9bfe684aa2ae1efad62e?branch=rawhide

            Log:
            Add loongarch64 support.

add -DFORCE_PTHREAD_NONVER for loongarch64.

---
diff --git a/libfaketime.spec b/libfaketime.spec
index ee26427..9b2d354 100644
--- a/libfaketime.spec
+++ b/libfaketime.spec
@@ -47,7 +47,7 @@ system time a program sees without having to change the time system-wide.
 %autosetup -p1
 
 %build
-%ifarch ppc64le
+%ifarch ppc64le loongarch64
   export FAKETIME_COMPILE_CFLAGS="-DFORCE_PTHREAD_NONVER"
 %endif
 %ifarch riscv64
@@ -58,7 +58,7 @@ system time a program sees without having to change the time system-wide.
 %make_build PREFIX=%{_prefix} LIBDIRNAME=/%{_lib} all
 
 %check
-%ifarch ppc64le
+%ifarch ppc64le loongarch64
   export FAKETIME_COMPILE_CFLAGS="-DFORCE_PTHREAD_NONVER"
 %endif
 %ifarch riscv64

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

only message in thread, other threads:[~2026-07-02 12:14 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-02 12:14 [rpms/libfaketime] rawhide: Add loongarch64 support Sun Haiyong

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