app-crypt/pinentry: EROOT -> ESYSROOT

Signed-off-by: Alexander Golubev <fatzer2@gmail.com>
pull/321/head
Alexander Golubev 5 months ago committed by TDE Gitea
parent 13bc5fe78d
commit 130a3f6d47

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

Loading…
Cancel
Save