All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] package/opensc: add zlib optional dependency
@ 2024-04-07 19:56 Fabrice Fontaine
  2024-04-10 19:42 ` Arnout Vandecappelle via buildroot
  2024-05-06 11:58 ` Peter Korsgaard
  0 siblings, 2 replies; 3+ messages in thread
From: Fabrice Fontaine @ 2024-04-07 19:56 UTC (permalink / raw)
  To: buildroot; +Cc: Fabrice Fontaine

zlib is an optional dependency dependency (enabled by default) since the
addition of the package in commit
8aaa7ecbce1d10cbcd880c3da5e429988f96176a

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
---
 package/opensc/opensc.mk | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/package/opensc/opensc.mk b/package/opensc/opensc.mk
index f4dc2206ea..008de9d4c2 100644
--- a/package/opensc/opensc.mk
+++ b/package/opensc/opensc.mk
@@ -20,4 +20,11 @@ else
 OPENSC_CONF_OPTS += --disable-openssl
 endif
 
+ifeq ($(BR2_PACKAGE_ZLIB),y)
+OPENSC_DEPENDENCIES += zlib
+OPENSC_CONF_OPTS += --enable-zlib
+else
+OPENSC_CONF_OPTS += --disable-zlib
+endif
+
 $(eval $(autotools-package))
-- 
2.43.0

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [Buildroot] [PATCH 1/1] package/opensc: add zlib optional dependency
  2024-04-07 19:56 [Buildroot] [PATCH 1/1] package/opensc: add zlib optional dependency Fabrice Fontaine
@ 2024-04-10 19:42 ` Arnout Vandecappelle via buildroot
  2024-05-06 11:58 ` Peter Korsgaard
  1 sibling, 0 replies; 3+ messages in thread
From: Arnout Vandecappelle via buildroot @ 2024-04-10 19:42 UTC (permalink / raw)
  To: Fabrice Fontaine, buildroot



On 07/04/2024 21:56, Fabrice Fontaine wrote:
> zlib is an optional dependency dependency (enabled by default) since the
> addition of the package in commit
> 8aaa7ecbce1d10cbcd880c3da5e429988f96176a
> 
> Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>

  Applied to master, thanks.

  Regards,
  Arnout

> ---
>   package/opensc/opensc.mk | 7 +++++++
>   1 file changed, 7 insertions(+)
> 
> diff --git a/package/opensc/opensc.mk b/package/opensc/opensc.mk
> index f4dc2206ea..008de9d4c2 100644
> --- a/package/opensc/opensc.mk
> +++ b/package/opensc/opensc.mk
> @@ -20,4 +20,11 @@ else
>   OPENSC_CONF_OPTS += --disable-openssl
>   endif
>   
> +ifeq ($(BR2_PACKAGE_ZLIB),y)
> +OPENSC_DEPENDENCIES += zlib
> +OPENSC_CONF_OPTS += --enable-zlib
> +else
> +OPENSC_CONF_OPTS += --disable-zlib
> +endif
> +
>   $(eval $(autotools-package))
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [Buildroot] [PATCH 1/1] package/opensc: add zlib optional dependency
  2024-04-07 19:56 [Buildroot] [PATCH 1/1] package/opensc: add zlib optional dependency Fabrice Fontaine
  2024-04-10 19:42 ` Arnout Vandecappelle via buildroot
@ 2024-05-06 11:58 ` Peter Korsgaard
  1 sibling, 0 replies; 3+ messages in thread
From: Peter Korsgaard @ 2024-05-06 11:58 UTC (permalink / raw)
  To: Fabrice Fontaine; +Cc: buildroot

>>>>> "Fabrice" == Fabrice Fontaine <fontaine.fabrice@gmail.com> writes:

 > zlib is an optional dependency dependency (enabled by default) since the
 > addition of the package in commit
 > 8aaa7ecbce1d10cbcd880c3da5e429988f96176a

 > Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>

Committed to 2024.02.x, thanks.

-- 
Bye, Peter Korsgaard
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2024-05-06 11:58 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-04-07 19:56 [Buildroot] [PATCH 1/1] package/opensc: add zlib optional dependency Fabrice Fontaine
2024-04-10 19:42 ` Arnout Vandecappelle via buildroot
2024-05-06 11:58 ` Peter Korsgaard

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.