summaryrefslogtreecommitdiff
path: root/net-libs/libupnp/files/libupnp-1.14.12-disable-network-tests.patch
diff options
context:
space:
mode:
Diffstat (limited to 'net-libs/libupnp/files/libupnp-1.14.12-disable-network-tests.patch')
-rw-r--r--net-libs/libupnp/files/libupnp-1.14.12-disable-network-tests.patch15
1 files changed, 15 insertions, 0 deletions
diff --git a/net-libs/libupnp/files/libupnp-1.14.12-disable-network-tests.patch b/net-libs/libupnp/files/libupnp-1.14.12-disable-network-tests.patch
new file mode 100644
index 000000000000..4c602c02d8dc
--- /dev/null
+++ b/net-libs/libupnp/files/libupnp-1.14.12-disable-network-tests.patch
@@ -0,0 +1,15 @@
+--- a/upnp/Makefile.am
++++ b/upnp/Makefile.am
+@@ -203,10 +203,8 @@
+
+
+ # check / distcheck tests
+-check_PROGRAMS = test_init test_url test_log test_list
+-TESTS = test_init test_url test_log test_list
+-test_init_SOURCES = test/test_init.c
+-test_url_SOURCES = test/test_url.c
++check_PROGRAMS = test_log test_list
++TESTS = test_log test_list
+ test_log_SOURCES = test/test_log.c
+ test_list_SOURCES = test/test_list.c
+