From: Georgy Yakovlev Date: Fri, 7 Sep 2018 07:03:42 +0000 (-0700) Subject: net-dns/dnscrypt-proxy: add pie to live ebuild X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=9270b991360567312b1ddedd0235c86c014caf8a;p=gentoo.git net-dns/dnscrypt-proxy: add pie to live ebuild Package-Manager: Portage-2.3.49, Repoman-2.3.10 --- diff --git a/net-dns/dnscrypt-proxy/dnscrypt-proxy-9999.ebuild b/net-dns/dnscrypt-proxy/dnscrypt-proxy-9999.ebuild index 98ba6f98e2c6..97e32d347371 100644 --- a/net-dns/dnscrypt-proxy/dnscrypt-proxy-9999.ebuild +++ b/net-dns/dnscrypt-proxy/dnscrypt-proxy-9999.ebuild @@ -20,7 +20,7 @@ HOMEPAGE="https://github.com/jedisct1/dnscrypt-proxy" LICENSE="ISC" SLOT="0" -IUSE="test" +IUSE="pie test" FILECAPS=( cap_net_bind_service+ep usr/bin/dnscrypt-proxy ) PATCHES=( "${FILESDIR}"/config-full-paths-r10.patch ) @@ -38,6 +38,10 @@ src_prepare() { mv "vendor" "src/" || die } +src_configure() { + EGO_BUILD_FLAGS="-buildmode=$(usex pie pie default)" +} + src_install() { dobin dnscrypt-proxy