gnu: liba52: Remove --build from configure flags.
This is a followup to commit 3c7d023d64
,
"build-system/gnu: Pass --build=<triplet> to configure by default"
* gnu/packages/video.scm (liba52)[arguments]: Remove --build from configure
flags.
master
parent
92e79092eb
commit
412a242258
|
@ -139,14 +139,7 @@ old-fashioned output methods with powerful ascii-art renderer.")
|
||||||
`(("autoconf" ,autoconf)
|
`(("autoconf" ,autoconf)
|
||||||
("automake" ,automake)
|
("automake" ,automake)
|
||||||
("libtool" ,libtool)))
|
("libtool" ,libtool)))
|
||||||
(arguments `(#:configure-flags
|
(arguments `(#:configure-flags '("--enable-shared")
|
||||||
'("--enable-shared"
|
|
||||||
;; FIXME: liba52-0.7.4's config.guess fails on mips64el.
|
|
||||||
,@(if (%current-target-system)
|
|
||||||
'()
|
|
||||||
(let ((triplet
|
|
||||||
(nix-system->gnu-triplet (%current-system))))
|
|
||||||
(list (string-append "--build=" triplet)))))
|
|
||||||
#:phases
|
#:phases
|
||||||
(modify-phases %standard-phases
|
(modify-phases %standard-phases
|
||||||
;; XXX We need to run ./bootstrap because of the build
|
;; XXX We need to run ./bootstrap because of the build
|
||||||
|
|
Reference in New Issue