projects
/
vlc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cf8c87f
)
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>
Mon, 6 Jul 2020 22:19:43 +0000
(23:19 +0100)
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 2e0d2eca5b256179c76a7146808d7a72e81e21f3..49a0cc608b437dd9d87b912b98504d42635dfeea 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