aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Baines <mail@cbaines.net>2021-05-30 21:29:34 +0100
committerChristopher Baines <mail@cbaines.net>2021-08-18 16:26:13 +0100
commit57c899d03e365a043155271c524b37b6341cb04a (patch)
tree5832578b6aeadc75d7fcfb36a59160f32b9af451
parent75e7e4e71cfe7a89d78c953bf85dbbce41869f52 (diff)
downloadguix-57c899d03e365a043155271c524b37b6341cb04a.tar
guix-57c899d03e365a043155271c524b37b6341cb04a.tar.gz
WIP
-rw-r--r--gnu/packages/upnp.scm4
1 files changed, 3 insertions, 1 deletions
diff --git a/gnu/packages/upnp.scm b/gnu/packages/upnp.scm
index cc20ca3e21..96b160b9c9 100644
--- a/gnu/packages/upnp.scm
+++ b/gnu/packages/upnp.scm
@@ -112,7 +112,9 @@ 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 '("--disable-static")))
+ #:configure-flags '("--disable-static"
+ "--enable-reuseaddr"
+ "--disable-blocking-tcp-connections")))
(home-page "http://pupnp.sourceforge.net")
(synopsis "Portable SDK for UPnP Devices")
(description