summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeroen Roovers <jer@gentoo.org>2017-01-29 22:31:07 +0100
committerJeroen Roovers <jer@gentoo.org>2017-01-29 22:31:18 +0100
commitc247772a84d4383018d034068170ee19fb39fdda (patch)
treed5c181656b97ae081ebbbd97f817b62e70002740 /dev-libs/libnl/libnl-3.2.29.ebuild
parentx11-apps/xauth: Version bump to 1.0.10. (diff)
downloadgentoo-c247772a84d4383018d034068170ee19fb39fdda.tar.gz
gentoo-c247772a84d4383018d034068170ee19fb39fdda.tar.bz2
gentoo-c247772a84d4383018d034068170ee19fb39fdda.zip
dev-libs/libnl: Replace in6.h patch with complete upstream patch.
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'dev-libs/libnl/libnl-3.2.29.ebuild')
-rw-r--r--dev-libs/libnl/libnl-3.2.29.ebuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-libs/libnl/libnl-3.2.29.ebuild b/dev-libs/libnl/libnl-3.2.29.ebuild
index a9afe566a011..1a19651c8193 100644
--- a/dev-libs/libnl/libnl-3.2.29.ebuild
+++ b/dev-libs/libnl/libnl-3.2.29.ebuild
@@ -15,6 +15,7 @@ DESCRIPTION="Libraries providing APIs to netlink protocol based Linux kernel int
HOMEPAGE="http://www.infradead.org/~tgr/libnl/ https://github.com/thom311/libnl"
SRC_URI="
https://github.com/thom311/${PN}/releases/download/${PN}${LIBNL_DIR}/${P/_rc/-rc}.tar.gz
+ https://dev.gentoo.org/~jer/libnl-3.2.28-in6.patch.xz
"
LICENSE="LGPL-2.1 utils? ( GPL-2 )"
SLOT="3"
@@ -63,7 +64,7 @@ MULTILIB_WRAPPED_HEADERS=(
PATCHES=(
"${FILESDIR}"/${PN}-1.1-vlan-header.patch
- "${FILESDIR}"/${PN}-3.2.28-in6.patch
+ "${WORKDIR}"/${PN}-3.2.28-in6.patch
)
src_prepare() {