summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPierre-Olivier Mercier <nemunaire@nemunai.re>2017-08-16 16:27:11 +0200
committerMichał Górny <mgorny@gentoo.org>2017-08-22 11:07:04 +0200
commit876e8830edfffb6579136f527f5914630b145744 (patch)
tree7dca7ca36b6bb39279d0ca3de1bb981c68b71067 /net-dns/knot/knot-2.5.3-r1.ebuild
parentnet-dns/knot: Add all app modules in USE flags (diff)
downloadgentoo-876e8830edfffb6579136f527f5914630b145744.tar.gz
gentoo-876e8830edfffb6579136f527f5914630b145744.tar.bz2
gentoo-876e8830edfffb6579136f527f5914630b145744.zip
net-dns/knot: add upstreamed MIPS compatibility patch
Diffstat (limited to 'net-dns/knot/knot-2.5.3-r1.ebuild')
-rw-r--r--net-dns/knot/knot-2.5.3-r1.ebuild4
1 files changed, 4 insertions, 0 deletions
diff --git a/net-dns/knot/knot-2.5.3-r1.ebuild b/net-dns/knot/knot-2.5.3-r1.ebuild
index 1913ab2364d9..82772faaabbc 100644
--- a/net-dns/knot/knot-2.5.3-r1.ebuild
+++ b/net-dns/knot/knot-2.5.3-r1.ebuild
@@ -47,6 +47,10 @@ DEPEND="${RDEPEND}
S="${WORKDIR}/${P/_/-}"
+PATCHES=(
+ "${FILESDIR}/${PV}-link-with-libatomic.patch"
+)
+
src_configure() {
local my_conf=()
for u in "${KNOT_MODULES[@]#+}"; do