gpgme: fix cross build (v2).
This commit is contained in:
parent
027f65d78a
commit
71a9f4b905
@ -26,6 +26,11 @@ long_desc="
|
|||||||
instead. This way bug fixes or improvements can be done at a central place
|
instead. This way bug fixes or improvements can be done at a central place
|
||||||
and every application benefits from this."
|
and every application benefits from this."
|
||||||
|
|
||||||
|
if [ "$CROSS_BUILD" ]; then
|
||||||
|
configure_args+=" --with-libgpg-error-prefix=$XBPS_CROSS_BASE/usr
|
||||||
|
--with-libassuan-prefix=$XBPS_CROSS_BASE/usr"
|
||||||
|
fi
|
||||||
|
|
||||||
gpgme-devel_package() {
|
gpgme-devel_package() {
|
||||||
depends="libgpg-error-devel libassuan-devel gpgme>=${version}"
|
depends="libgpg-error-devel libassuan-devel gpgme>=${version}"
|
||||||
short_desc+=" - development files"
|
short_desc+=" - development files"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user