projects
/
vlc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9b4d76b
)
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>
Thu, 11 Oct 2018 16:53:22 +0000
(17:53 +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 2ed758a3ec7877c38af0095c405c1e80fe721766..d9714939dd4c91666dbff36a44869731849987f4 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