mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 17:09:10 -07:00
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:
@@ -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
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user