mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
gnu: ffmpeg: Set LDFLAGS to -ldl.
* gnu/packages/video.scm (ffmpeg, ffmpeg-2.2): Set LDFLAGS to -ldl. This fixes a build failure of ffmpeg-2.2.
This commit is contained in:
parent
b3976e72f4
commit
97ffa451eb
1 changed files with 3 additions and 0 deletions
|
@ -250,6 +250,9 @@ (define-public ffmpeg
|
|||
(("#! /bin/sh") (string-append "#!" (which "bash"))))
|
||||
(setenv "SHELL" (which "bash"))
|
||||
(setenv "CONFIG_SHELL" (which "bash"))
|
||||
;; FIXME: only needed for ffmpeg-2.2.13, but easier to add
|
||||
;; globally; drop as soon as ffmpeg-2.2.13 is dropped
|
||||
(setenv "LDFLAGS" "-ldl")
|
||||
;; possible additional inputs:
|
||||
;; --enable-avisynth enable reading of AviSynth script files [no]
|
||||
;; --enable-frei0r enable frei0r video filtering
|
||||
|
|
Loading…
Reference in a new issue