gnu: ffmpeg: Build with -fPIC for riscv64-linux.
* gnu/packages/video.scm (ffmpeg)[arguments]: Adjust configure-flags to add '-fPIC' to CFLAGS when building for riscv64-linux.master
parent
83f262b169
commit
37e6965e89
|
@ -1713,6 +1713,10 @@ operate properly.")
|
|||
;; The static libraries are 23 MiB
|
||||
"--disable-static"
|
||||
|
||||
#$@(if (target-riscv64?)
|
||||
'("--extra-cflags=-fPIC")
|
||||
'())
|
||||
|
||||
;; Runtime cpu detection is not implemented on
|
||||
;; MIPS, so we disable some features.
|
||||
"--disable-mips32r2"
|
||||
|
|
Reference in New Issue