mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 05:18:07 -05:00
gnu: libupnp: Do not build static libraries.
* gnu/packages/upnp.scm (libupnp)[arguments]: Add "--disable-static" in #:configure-flags. Also remove "--enable-ipv6" as it is the default.
This commit is contained in:
parent
47986cc8e9
commit
60d758ec23
1 changed files with 1 additions and 1 deletions
|
@ -111,7 +111,7 @@ (define-public libupnp
|
|||
;; not available in the build environment. See
|
||||
;; https://lists.gnu.org/archive/html/guix-devel/2015-01/msg00312.html.
|
||||
`(#:tests? #f
|
||||
#:configure-flags '("--enable-ipv6")))
|
||||
#:configure-flags '("--disable-static")))
|
||||
(home-page "http://pupnp.sourceforge.net")
|
||||
(synopsis "Portable SDK for UPnP Devices")
|
||||
(description
|
||||
|
|
Loading…
Reference in a new issue