pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/libupnp



Module Name:    pkgsrc
Committed By:   adam
Date:           Mon Jul 15 10:26:47 UTC 2024

Modified Files:
        pkgsrc/net/libupnp: Makefile

Log Message:
libupnp: configure with gerbera strong recommendations


To generate a diff of this commit:
cvs rdiff -u -r1.29 -r1.30 pkgsrc/net/libupnp/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/net/libupnp/Makefile
diff -u pkgsrc/net/libupnp/Makefile:1.29 pkgsrc/net/libupnp/Makefile:1.30
--- pkgsrc/net/libupnp/Makefile:1.29    Mon Jul 15 10:15:28 2024
+++ pkgsrc/net/libupnp/Makefile Mon Jul 15 10:26:47 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.29 2024/07/15 10:15:28 adam Exp $
+# $NetBSD: Makefile,v 1.30 2024/07/15 10:26:47 adam Exp $
 
 DISTNAME=      libupnp-1.14.19
 CATEGORIES=    net
@@ -14,6 +14,9 @@ USE_LIBTOOL=          yes
 USE_TOOLS+=            pkg-config
 GNU_CONFIGURE=         yes
 CONFIGURE_ARGS+=       --disable-samples
+# The following options are strong recommendations from multimedia/gerbera:
+CONFIGURE_ARGS+=       --disable-blocking-tcp-connections
+CONFIGURE_ARGS+=       --enable-reuseaddr
 PKGCONFIG_OVERRIDE+=   libupnp.pc.in
 TEST_TARGET=           check
 



Home | Main Index | Thread Index | Old Index