From: Hubert Feurstein <h.feurstein@gmail.com>
To: ptxdist@pengutronix.de
Subject: [ptxdist] [PATCH 2/2] gnupg: add compression algorithms support
Date: Wed, 5 Dec 2018 12:02:13 +0100 [thread overview]
Message-ID: <20181205110213.25582-2-h.feurstein@gmail.com> (raw)
In-Reply-To: <20181205110213.25582-1-h.feurstein@gmail.com>
Signed-off-by: Hubert Feurstein <h.feurstein@gmail.com>
---
rules/gnupg.in | 12 ++++++++++++
rules/gnupg.make | 4 ++--
2 files changed, 14 insertions(+), 2 deletions(-)
diff --git a/rules/gnupg.in b/rules/gnupg.in
index 7118f25b1..e5daad317 100644
--- a/rules/gnupg.in
+++ b/rules/gnupg.in
@@ -100,4 +100,16 @@ config GNUPG_GPG_RMD160
endmenu
+menu "compression algorithms"
+
+config GNUPG_GPG_ZIP
+ bool
+ prompt "ZIP"
+
+config GNUPG_GPG_BZIP2
+ bool
+ prompt "BZIP2"
+
+endmenu
+
endif
diff --git a/rules/gnupg.make b/rules/gnupg.make
index 48585f9cd..afbef7fcd 100644
--- a/rules/gnupg.make
+++ b/rules/gnupg.make
@@ -66,8 +66,8 @@ GNUPG_CONF_OPT := $(CROSS_AUTOCONF_USR) \
--$(call ptx/endis, PTXCONF_GNUPG_GPG_SHA)-gpg-sha224 \
--$(call ptx/endis, PTXCONF_GNUPG_GPG_SHA)-gpg-sha384 \
--$(call ptx/endis, PTXCONF_GNUPG_GPG_SHA)-gpg-sha512 \
- --disable-zip \
- --disable-bzip2 \
+ --$(call ptx/endis, PTXCONF_GNUPG_GPG_ZIP)-zip \
+ --$(call ptx/endis, PTXCONF_GNUPG_GPG_BZIP2)-bzip2 \
--disable-exec \
--disable-photo-viewers \
--disable-card-support \
--
2.17.1
_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de
next prev parent reply other threads:[~2018-12-05 11:02 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-12-05 11:02 [ptxdist] [PATCH 1/2] gnupg: add install option for gpg-agent Hubert Feurstein
2018-12-05 11:02 ` Hubert Feurstein [this message]
2018-12-07 9:50 ` [ptxdist] [PATCH 2/2] gnupg: add compression algorithms support Michael Olbrich
2018-12-07 14:38 ` [ptxdist] [PATCH v2 " Hubert Feurstein
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20181205110213.25582-2-h.feurstein@gmail.com \
--to=h.feurstein@gmail.com \
--cc=ptxdist@pengutronix.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox