Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37412147
en ru br
ALT Linux repos
S:3.0.18-alt3
5.0: 0.9.6-alt1
4.1: 0.8.7-alt0.M41.1
+updates:0.8.7-alt0.M41.1
4.0: 0.8.7-alt0.M40.1

Group :: Video
RPM: vlc

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Patch: 0001-configure-fix-linking-on-RISC-V-ISA.patch
Download


From: =?UTF-8?q?R=C3=A9mi=20Denis-Courmont?= <remi@remlab.net>
Date: Sat, 16 Jun 2018 21:31:45 +0300
Subject: configure: fix linking on RISC-V ISA
---
 configure.ac | 1 +
 1 file changed, 1 insertion(+)
diff --git a/configure.ac b/configure.ac
index 86af7d0831..ae9909432c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -113,6 +113,7 @@ case "${host_os}" in
     ;;
   linux*)
     SYS=linux
+    test "${host_cpu}" = "riscv64" && CFLAGS="${CFLAGS} -pthread"
     ;;
   bsdi*)
     SYS=bsdi
 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin