app-crypt/pinentry: EROOT -> ESYSROOT

Signed-off-by: Alexander Golubev <fatzer2@gmail.com>
(cherry picked from commit 130a3f6d47)
r14.1.x
Alexander Golubev 10 months ago committed by Slávek Banko
parent ac1f725be4
commit 2569d36290
No known key found for this signature in database
GPG Key ID: 608F5293A04BE668

@ -77,10 +77,10 @@ src_configure() {
$(use_enable tqt pinentry-tqt) \ $(use_enable tqt pinentry-tqt) \
$(use_with caps libcap) \ $(use_with caps libcap) \
--enable-pinentry-tty \ --enable-pinentry-tty \
FLTK_CONFIG="${EROOT}/usr/bin/fltk-config" \ FLTK_CONFIG="${ESYSROOT}/usr/bin/fltk-config" \
MOC="$(qt5_get_bindir)"/moc \ MOC="$(qt5_get_bindir)"/moc \
GPG_ERROR_CONFIG="${EROOT}/usr/bin/${CHOST}-gpg-error-config" \ GPG_ERROR_CONFIG="${ESYSROOT}/usr/bin/${CHOST}-gpg-error-config" \
LIBASSUAN_CONFIG="${EROOT}/usr/bin/libassuan-config" \ LIBASSUAN_CONFIG="${ESYSROOT}/usr/bin/libassuan-config" \
$("${S}/configure" --help | grep -- '--without-.*-prefix' | sed -e 's/^ *\([^ ]*\) .*/\1/g') $("${S}/configure" --help | grep -- '--without-.*-prefix' | sed -e 's/^ *\([^ ]*\) .*/\1/g')
} }

Loading…
Cancel
Save