projects
/
vlc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2a4b659
)
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>
Sat, 14 Oct 2023 17:52:05 +0000
(18:52 +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 753d0610e6c77ad5351051240ab5a4bd25f9765f..f7c55da8976de32be3b43a0b15c708760bfb0226 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