mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
From: Michael Olbrich <m.olbrich@pengutronix.de>
To: ptxdist@pengutronix.de
Subject: Re: [ptxdist] [PATCH 2/2] gnupg: add compression algorithms support
Date: Fri, 7 Dec 2018 10:50:29 +0100	[thread overview]
Message-ID: <20181207095029.ggt4qlewrh5cvngh@pengutronix.de> (raw)
In-Reply-To: <20181205110213.25582-2-h.feurstein@gmail.com>

On Wed, Dec 05, 2018 at 12:02:13PM +0100, Hubert Feurstein wrote:
> 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"

This requires some dependencies. Either the libs if it's builtin or the
tools if they are executed ('if RUNTIME' in that case).

Michael

> +
> +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

-- 
Pengutronix e.K.                           |                             |
Industrial Linux Solutions                 | http://www.pengutronix.de/  |
Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0    |
Amtsgericht Hildesheim, HRA 2686           | Fax:   +49-5121-206917-5555 |

_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de

  reply	other threads:[~2018-12-07  9:50 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 ` [ptxdist] [PATCH 2/2] gnupg: add compression algorithms support Hubert Feurstein
2018-12-07  9:50   ` Michael Olbrich [this message]
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=20181207095029.ggt4qlewrh5cvngh@pengutronix.de \
    --to=m.olbrich@pengutronix.de \
    --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