public inbox for ipfire-scm@lists.ipfire.org
 help / color / mirror / Atom feed
* [git.ipfire.org] IPFire 2.x development tree branch, next, updated. be28aade968899ee907cc135e0158e23f7fe2908
@ 2021-05-05  8:33 Michael Tremer
  0 siblings, 0 replies; only message in thread
From: Michael Tremer @ 2021-05-05  8:33 UTC (permalink / raw)
  To: ipfire-scm

[-- Attachment #1: Type: text/plain, Size: 1612 bytes --]

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "IPFire 2.x development tree".

The branch, next has been updated
       via  be28aade968899ee907cc135e0158e23f7fe2908 (commit)
      from  183ccaa5a5c95f4cb2b639360f3c1465567577e9 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit be28aade968899ee907cc135e0158e23f7fe2908
Author: Michael Tremer <michael.tremer(a)ipfire.org>
Date:   Wed May 5 08:33:11 2021 +0000

    ffmpeg: Build against libatomic on armv5tel and RISC-V
    
    Signed-off-by: Michael Tremer <michael.tremer(a)ipfire.org>

-----------------------------------------------------------------------

Summary of changes:
 lfs/ffmpeg | 8 ++++++++
 1 file changed, 8 insertions(+)

Difference in files:
diff --git a/lfs/ffmpeg b/lfs/ffmpeg
index 41b939c22..976a4ab13 100644
--- a/lfs/ffmpeg
+++ b/lfs/ffmpeg
@@ -36,6 +36,14 @@ PAK_VER    = 11
 
 DEPS       = sdl lame libvorbis xvid
 
+ifeq "$(BUILD_ARCH)" "armv5tel"
+	LDFLAGS += -latomic
+endif
+
+ifeq "$(BUILD_ARCH)" "riscv64"
+	LDFLAGS += -latomic
+endif
+
 ###############################################################################
 # Top-level Rules
 ###############################################################################


hooks/post-receive
--
IPFire 2.x development tree

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

only message in thread, other threads:[~2021-05-05  8:33 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-05-05  8:33 [git.ipfire.org] IPFire 2.x development tree branch, next, updated. be28aade968899ee907cc135e0158e23f7fe2908 Michael Tremer

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