Bug: https://bugs.gentoo.org/692098
Package-Manager: Portage-2.3.69, Repoman-2.3.16
Signed-off-by: Fabian Groffen <grobian@gentoo.org>
if [[ ${CHOST} == *-solaris* ]] ; then
append-ldflags -lnsl -lsocket # non-autoconf configure
- # disable gpgme test using too old gpg-key
- sed -i \
- -e '/GNUPGHOME=/d' \
- -e '/SESSION_KEY =/c|| false ;' \
- configure || die
fi
}
if [[ ${CHOST} == *-solaris* ]] ; then
append-ldflags -lnsl -lsocket # non-autoconf configure
- # disable gpgme test using too old gpg-key
- sed -i \
- -e '/GNUPGHOME=/d' \
- -e '/SESSION_KEY =/c|| false ;' \
- configure || die
fi
}