me
/
guix
Archived
1
0
Fork 0

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.
master
Marius Bakke 2020-05-12 23:47:40 +02:00
parent 47986cc8e9
commit 60d758ec23
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 1 additions and 1 deletions

View File

@ -111,7 +111,7 @@ over IRC, instant messaging, network games, and most server software.")
;; 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