summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarius Bakke <mbakke@fastmail.com>2020-05-12 23:47:40 +0200
committerMarius Bakke <mbakke@fastmail.com>2020-05-13 00:57:15 +0200
commit60d758ec23297b7fcd7d4a8c94460e5735658acd (patch)
tree8bdba0a0278d3c0a5ada5985cd04339e9bed5561
parent47986cc8e95a1c0ed69ded62d6aeca1e82068cd6 (diff)
downloadpatches-60d758ec23297b7fcd7d4a8c94460e5735658acd.tar
patches-60d758ec23297b7fcd7d4a8c94460e5735658acd.tar.gz
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.
-rw-r--r--gnu/packages/upnp.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/upnp.scm b/gnu/packages/upnp.scm
index 38ddfd05b7..f0c03e12b3 100644
--- a/gnu/packages/upnp.scm
+++ b/gnu/packages/upnp.scm
@@ -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