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/mit-krb5 | |
parent | media-libs/mesa: add USE flags to control sha1 dep #539266 (diff) | |
download | gentoo-17093da05e321e4afaeef1d9cd26c118bcd2c8b2.tar.gz gentoo-17093da05e321e4afaeef1d9cd26c118bcd2c8b2.tar.bz2 gentoo-17093da05e321e4afaeef1d9cd26c118bcd2c8b2.zip |
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/mit-krb5')
-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 4a050ddc01ed..9e3078865792 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 } |