projects
/
vlc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
efba4aa
)
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, 4 Dec 2022 21:11:55 +0000
(21:11 +0000)
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 e8c7529afff30d3ff7da15db1e7592ce027d1e80..db12d28a07dd0f72d2408bb357979d3863087756 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