dev-db/cdb: do not call ranlib directly

Closes: https://bugs.gentoo.org/722628
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Akinori Hattori <hattya@gentoo.org>
This commit is contained in:
Akinori Hattori
2021-11-10 22:43:57 +09:00
parent 88b3781a49
commit a4139b7ebc

View File

@@ -28,6 +28,7 @@ src_prepare() {
sed -i \
-e "s/head -1/head -n 1/g" \
-e "s/ar /$(tc-getAR) /" \
-e "s/ranlib /$(tc-getRANLIB) /" \
Makefile
}