diff options
author | Mike Frysinger <vapier@gentoo.org> | 2016-11-10 17:34:38 -0500 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2016-11-10 17:35:52 -0500 |
commit | 17093da05e321e4afaeef1d9cd26c118bcd2c8b2 (patch) | |
tree | 58ef77f16e67cc4c03fcf988e8a13e70a651a489 /app-crypt | |
parent | 1fcef10c30128a91b2fcbf9273270b76390f4561 (diff) | |
download | gentoo-17093da05e321e4afaeef1d9cd26c118bcd2c8b2.tar.gz gentoo-17093da05e321e4afaeef1d9cd26c118bcd2c8b2.tar.xz |
app-crypt/mit-krb5: delete local lib code to guarantee system usage
These libs are already pulled from the system, but delete the source
just to guarantee we don't accidentally regress in the future.
Diffstat (limited to 'app-crypt')
-rw-r--r-- | app-crypt/mit-krb5/mit-krb5-1.14.4.ebuild | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/app-crypt/mit-krb5/mit-krb5-1.14.4.ebuild b/app-crypt/mit-krb5/mit-krb5-1.14.4.ebuild index 4a050ddc01e..9e307886579 100644 --- a/app-crypt/mit-krb5/mit-krb5-1.14.4.ebuild +++ b/app-crypt/mit-krb5/mit-krb5-1.14.4.ebuild @@ -59,6 +59,10 @@ src_prepare() { epatch "${FILESDIR}/${PN}-1.12_warn_cflags.patch" epatch "${FILESDIR}/${PN}-config_LDFLAGS.patch" + # Make sure we always use the system copies. + rm -rf util/{et,ss,verto} + sed -i 's:^[[:space:]]*util/verto$::' configure.in || die + eautoreconf } |