mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 23:06:59 +01:00
gnu: libbluray: Don't build static library.
* gnu/packages/video.scm (libbluray)[arguments]: Add configure flag to skip static library.
This commit is contained in:
parent
c953036ba8
commit
a58adb8911
1 changed files with 2 additions and 1 deletions
|
@ -2479,7 +2479,8 @@ (define-public libbluray
|
||||||
"1zxfnw1xbghcj7b3zz5djndv6gwssxda19cz1lrlqrkg8577r7kd"))))
|
"1zxfnw1xbghcj7b3zz5djndv6gwssxda19cz1lrlqrkg8577r7kd"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:configure-flags '("--disable-bdjava-jar")
|
`(#:configure-flags '("--disable-bdjava-jar"
|
||||||
|
"--disable-static")
|
||||||
#:phases
|
#:phases
|
||||||
(modify-phases %standard-phases
|
(modify-phases %standard-phases
|
||||||
(add-after 'unpack 'refer-to-libxml2-in-.pc-file
|
(add-after 'unpack 'refer-to-libxml2-in-.pc-file
|
||||||
|
|
Loading…
Reference in a new issue