Skip to content

Commit

Permalink
app-crypt/mit-krb5: delete local lib code to guarantee system usage
Browse files Browse the repository at this point in the history
These libs are already pulled from the system, but delete the source
just to guarantee we don't accidentally regress in the future.
  • Loading branch information
vapier committed Nov 10, 2016
1 parent 1fcef10 commit 17093da
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions app-crypt/mit-krb5/mit-krb5-1.14.4.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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
}

Expand Down

0 comments on commit 17093da

Please sign in to comment.