projects
/
vlc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
22b2999
)
configure: fix linking on RISC-V ISA
author
Rémi Denis-Courmont
<remi@remlab.net>
Sat, 16 Jun 2018 18:31:45 +0000
(21:31 +0300)
committer
Sebastian Ramacher
<sramacher@debian.org>
Sun, 9 Jun 2024 16:01:08 +0000
(18:01 +0200)
Gbp-Pq: Name 0001-configure-fix-linking-on-RISC-V-ISA.patch
configure.ac
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index 8fa2a87595d6853966f59a73f9bc2ead2e5dd424..079a00df8889de53827d93fe43c0fda1e208bc49 100644
(file)
--- 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