|
@@ -37,6 +37,10 @@ MUTT_DEPENDENCIES += libgpgme
|
|
MUTT_CONF_OPTS += \
|
|
MUTT_CONF_OPTS += \
|
|
--enable-gpgme \
|
|
--enable-gpgme \
|
|
--with-gpgme-prefix=$(STAGING_DIR)/usr
|
|
--with-gpgme-prefix=$(STAGING_DIR)/usr
|
|
|
|
+
|
|
|
|
+# Force the path to "gpgrt-config" (from the libgpg-error package) to
|
|
|
|
+# avoid using the one on host, if present.
|
|
|
|
+MUTT_CONF_ENV += GPGRT_CONFIG=$(STAGING_DIR)/usr/bin/gpgrt-config
|
|
else
|
|
else
|
|
MUTT_CONF_OPTS += --disable-gpgme
|
|
MUTT_CONF_OPTS += --disable-gpgme
|
|
endif
|
|
endif
|