mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 17:09:10 -07:00
dev-perl/Locale-gettext: fix final object with libintl on Solaris
Ensure we reference libintl from Prefix, so ld won't fail while using the object. Signed-off-by: Fabian Groffen <grobian@gentoo.org>
This commit is contained in:
@@ -31,3 +31,9 @@ PATCHES=(
|
||||
"${FILESDIR}/${PN}-1.70.0-tests.patch"
|
||||
"${FILESDIR}/${PN}-1.70.0_p20181130-config-log.patch"
|
||||
)
|
||||
|
||||
src_compile() {
|
||||
# Makefile.PL cannot know we use libintl over system
|
||||
[[ ${CHOST} == *-solaris* ]] && export LDLOADLIBS="-lintl"
|
||||
default
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user