guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

03/05: gnu: libupnp: Do not build static libraries.


From: guix-commits
Subject: 03/05: gnu: libupnp: Do not build static libraries.
Date: Tue, 12 May 2020 19:03:42 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit 60d758ec23297b7fcd7d4a8c94460e5735658acd
Author: Marius Bakke <address@hidden>
AuthorDate: Tue May 12 23:47:40 2020 +0200

    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.
---
 gnu/packages/upnp.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/upnp.scm b/gnu/packages/upnp.scm
index 38ddfd0..f0c03e1 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]