* [ptxdist] [PATCH] nss: add missing dependency zlib
@ 2019-07-31 10:28 Christian Hermann
2019-07-31 14:05 ` Christian Hermann
0 siblings, 1 reply; 2+ messages in thread
From: Christian Hermann @ 2019-07-31 10:28 UTC (permalink / raw)
To: ptxdist
otherwise builds fail with "missing header zlib.h"
Signed-off-by: Christian Hermann <christian.hermann@hytera.de>
---
rules/nss.in | 1 +
1 file changed, 1 insertion(+)
diff --git a/rules/nss.in b/rules/nss.in
index 3e4a07a75..a7c1a5cb2 100644
--- a/rules/nss.in
+++ b/rules/nss.in
@@ -5,6 +5,7 @@ config NSS
prompt "nss"
select NSPR
select SQLITE
+ select ZLIB
help
Network Security Services (NSS) is a set of libraries designed to
support cross-platform development of security-enabled client and
--
2.22.0
_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [ptxdist] [PATCH] nss: add missing dependency zlib
2019-07-31 10:28 [ptxdist] [PATCH] nss: add missing dependency zlib Christian Hermann
@ 2019-07-31 14:05 ` Christian Hermann
0 siblings, 0 replies; 2+ messages in thread
From: Christian Hermann @ 2019-07-31 14:05 UTC (permalink / raw)
To: ptxdist
Hi List,
don't bother my patch. I missed out on the new patch, which actually
makes zlib obsolete.
Kind regards
On 31.07.19 12:28, Christian Hermann wrote:
> otherwise builds fail with "missing header zlib.h"
>
> Signed-off-by: Christian Hermann <christian.hermann@hytera.de>
> ---
> rules/nss.in | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/rules/nss.in b/rules/nss.in
> index 3e4a07a75..a7c1a5cb2 100644
> --- a/rules/nss.in
> +++ b/rules/nss.in
> @@ -5,6 +5,7 @@ config NSS
> prompt "nss"
> select NSPR
> select SQLITE
> + select ZLIB
> help
> Network Security Services (NSS) is a set of libraries designed to
> support cross-platform development of security-enabled client and
>
_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2019-07-31 14:06 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-07-31 10:28 [ptxdist] [PATCH] nss: add missing dependency zlib Christian Hermann
2019-07-31 14:05 ` Christian Hermann
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox