mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-05 12:38:09 -07:00
dev-libs/libtommath: fix libdir too in pkgconfig file
Fixes:6953f9bde6See:c90ab38e35Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
@@ -57,6 +57,9 @@ _emake() {
|
||||
}
|
||||
|
||||
src_compile() {
|
||||
# Replace hard-coded libdir=${exec_prefix}/lib.
|
||||
sed -i -e "/libdir=/s:/lib:/$(get_libdir):" libtommath.pc.in || die
|
||||
|
||||
_emake -f makefile.shared
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user