summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony G. Basile <blueness@gentoo.org>2016-10-14 03:28:40 -0400
committerAnthony G. Basile <blueness@gentoo.org>2016-10-14 03:28:58 -0400
commit4713589132fe11ec3184fb2602492139ce66ab37 (patch)
tree6fc0d9da2368f2491b9a3cd433d18fababca50b1 /net-dns/c-ares/files
parentdev-java/commons-lang: version bump - 3.4 (diff)
downloadgentoo-4713589132fe11ec3184fb2602492139ce66ab37.tar.gz
gentoo-4713589132fe11ec3184fb2602492139ce66ab37.tar.bz2
gentoo-4713589132fe11ec3184fb2602492139ce66ab37.zip
net-dns/c-ares: version bump to 1.12.0
Package-Manager: portage-2.2.28
Diffstat (limited to 'net-dns/c-ares/files')
-rw-r--r--net-dns/c-ares/files/c-ares-1.12.0-remove-tests.patch14
1 files changed, 14 insertions, 0 deletions
diff --git a/net-dns/c-ares/files/c-ares-1.12.0-remove-tests.patch b/net-dns/c-ares/files/c-ares-1.12.0-remove-tests.patch
new file mode 100644
index 000000000000..826eb856de6e
--- /dev/null
+++ b/net-dns/c-ares/files/c-ares-1.12.0-remove-tests.patch
@@ -0,0 +1,14 @@
+diff -Naur c-ares-1.12.0.orig/configure.ac c-ares-1.12.0/configure.ac
+--- c-ares-1.12.0.orig/configure.ac 2016-09-29 07:43:01.000000000 -0400
++++ c-ares-1.12.0/configure.ac 2016-10-14 03:10:36.253342032 -0400
+@@ -837,10 +837,6 @@
+ fi
+ AC_MSG_RESULT([$build_tests])
+
+-if test "x$build_tests" = "xyes" ; then
+- AC_CONFIG_SUBDIRS([test])
+-fi
+-
+ AC_CONFIG_FILES([Makefile libcares.pc])
+ AC_OUTPUT
+ XC_AMEND_DISTCLEAN(['.'])