summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-dns')
-rw-r--r--net-dns/unbound/ChangeLog6
-rw-r--r--net-dns/unbound/unbound-1.5.1-r2.ebuild3
-rw-r--r--net-dns/unbound/unbound-1.5.2.ebuild3
-rw-r--r--net-dns/unbound/unbound-1.5.3.ebuild3
4 files changed, 11 insertions, 4 deletions
diff --git a/net-dns/unbound/ChangeLog b/net-dns/unbound/ChangeLog
index edef310148e2..ce1f51110ea6 100644
--- a/net-dns/unbound/ChangeLog
+++ b/net-dns/unbound/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-dns/unbound
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-dns/unbound/ChangeLog,v 1.93 2015/05/04 03:16:14 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dns/unbound/ChangeLog,v 1.94 2015/05/05 20:47:16 floppym Exp $
+
+ 05 May 2015; Mike Gilbert <floppym@gentoo.org> unbound-1.5.1-r2.ebuild,
+ unbound-1.5.2.ebuild, unbound-1.5.3.ebuild:
+ Disable -flto via configure, bug 530928.
04 May 2015; Tim Harder <radhermit@gentoo.org> metadata.xml:
Remove myself as maintainer.
diff --git a/net-dns/unbound/unbound-1.5.1-r2.ebuild b/net-dns/unbound/unbound-1.5.1-r2.ebuild
index 84202e84ea8d..83f7d1928288 100644
--- a/net-dns/unbound/unbound-1.5.1-r2.ebuild
+++ b/net-dns/unbound/unbound-1.5.1-r2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-dns/unbound/unbound-1.5.1-r2.ebuild,v 1.3 2015/04/09 09:05:12 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dns/unbound/unbound-1.5.1-r2.ebuild,v 1.4 2015/05/05 20:47:16 floppym Exp $
EAPI=5
PYTHON_COMPAT=( python2_7 )
@@ -84,6 +84,7 @@ multilib_src_configure() {
$(multilib_native_use_with python pythonmodule) \
$(multilib_native_use_with python pyunbound) \
$(use_with threads pthreads) \
+ --disable-flto \
--disable-rpath \
--with-libevent="${EPREFIX}"/usr \
--with-pidfile="${EPREFIX}"/var/run/unbound.pid \
diff --git a/net-dns/unbound/unbound-1.5.2.ebuild b/net-dns/unbound/unbound-1.5.2.ebuild
index 9a458b6fa9e7..9d0fd1598671 100644
--- a/net-dns/unbound/unbound-1.5.2.ebuild
+++ b/net-dns/unbound/unbound-1.5.2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-dns/unbound/unbound-1.5.2.ebuild,v 1.1 2015/02/20 03:52:23 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dns/unbound/unbound-1.5.2.ebuild,v 1.2 2015/05/05 20:47:16 floppym Exp $
EAPI=5
PYTHON_COMPAT=( python2_7 )
@@ -83,6 +83,7 @@ multilib_src_configure() {
$(multilib_native_use_with python pythonmodule) \
$(multilib_native_use_with python pyunbound) \
$(use_with threads pthreads) \
+ --disable-flto \
--disable-rpath \
--with-libevent="${EPREFIX}"/usr \
--with-pidfile="${EPREFIX}"/var/run/unbound.pid \
diff --git a/net-dns/unbound/unbound-1.5.3.ebuild b/net-dns/unbound/unbound-1.5.3.ebuild
index db340d7843e0..52bc41d15320 100644
--- a/net-dns/unbound/unbound-1.5.3.ebuild
+++ b/net-dns/unbound/unbound-1.5.3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-dns/unbound/unbound-1.5.3.ebuild,v 1.1 2015/05/04 00:49:30 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dns/unbound/unbound-1.5.3.ebuild,v 1.2 2015/05/05 20:47:16 floppym Exp $
EAPI=5
PYTHON_COMPAT=( python2_7 )
@@ -83,6 +83,7 @@ multilib_src_configure() {
$(multilib_native_use_with python pythonmodule) \
$(multilib_native_use_with python pyunbound) \
$(use_with threads pthreads) \
+ --disable-flto \
--disable-rpath \
--with-libevent="${EPREFIX}"/usr \
--with-pidfile="${EPREFIX}"/var/run/unbound.pid \