summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick McLean <patrick.mclean@sony.com>2019-08-13 18:00:28 -0700
committerPatrick McLean <chutzpah@gentoo.org>2019-08-13 18:00:28 -0700
commit872fbe5391c7714bd4fc869c92c711b34049e1f0 (patch)
tree7d7f6cb2064752b5344d3cbe4ccd648a59709a7b /net-dns/dnsmasq/dnsmasq-2.80-r1.ebuild
parentgames-util/wit: remove old (diff)
downloadgentoo-872fbe5391c7714bd4fc869c92c711b34049e1f0.tar.gz
gentoo-872fbe5391c7714bd4fc869c92c711b34049e1f0.tar.bz2
gentoo-872fbe5391c7714bd4fc869c92c711b34049e1f0.zip
net-dns/dnsmasq: Patch fix build with linux-headers 5.2 (bug #690788)
Closes: https://bugs.gentoo.org/690788 Copyright: Sony Interactive Entertainment Inc. Package-Manager: Portage-2.3.71, Repoman-2.3.17 Signed-off-by: Patrick McLean <chutzpah@gentoo.org>
Diffstat (limited to 'net-dns/dnsmasq/dnsmasq-2.80-r1.ebuild')
-rw-r--r--net-dns/dnsmasq/dnsmasq-2.80-r1.ebuild5
1 files changed, 4 insertions, 1 deletions
diff --git a/net-dns/dnsmasq/dnsmasq-2.80-r1.ebuild b/net-dns/dnsmasq/dnsmasq-2.80-r1.ebuild
index 20c55be8ff0c..e73c42b41c10 100644
--- a/net-dns/dnsmasq/dnsmasq-2.80-r1.ebuild
+++ b/net-dns/dnsmasq/dnsmasq-2.80-r1.ebuild
@@ -1,5 +1,4 @@
# Copyright 1999-2019 Gentoo Authors
-# Copyright 2017-2018 Sony Interactive Entertainment Inc.
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -58,6 +57,10 @@ REQUIRED_USE="dhcp-tools? ( dhcp )
lua? ( script )
libidn2? ( idn )"
+PATCHES=(
+ "${FILESDIR}/dnsmasq-2.80-linux-headers-5.2.patch"
+)
+
use_have() {
local useflag no_only uword
if [[ ${1} == '-n' ]]; then