From 17093da05e321e4afaeef1d9cd26c118bcd2c8b2 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Thu, 10 Nov 2016 17:34:38 -0500 Subject: 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. --- app-crypt/mit-krb5/mit-krb5-1.14.4.ebuild | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'app-crypt') 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 } -- cgit v1.2.3-65-gdbad