dev-util/gperf: Sync with Gentoo

It's from Gentoo commit 75e4a9edb9c55906000190dd3c0f4df7dcf1c2d2.
This commit is contained in:
Flatcar Buildbot 2023-11-27 07:11:35 +00:00 committed by Krzesimir Nowak
parent 83101aa83f
commit 9de52e0800

View File

@ -24,3 +24,7 @@ src_prepare() {
default default
} }
src_configure() {
econf --cache-file="${S}"/config.cache
}