Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Yann E. MORIN <yann.morin.1998@free.fr>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH 1/1] package/nftables: use --with-mini-gmp when gmp is not selected
Date: Mon, 20 Apr 2020 00:00:38 +0200	[thread overview]
Message-ID: <20200419220038.GF5035@scaer> (raw)
In-Reply-To: <20200417133643.1756986-1-adrien@gallouet.fr>

Adrien, All,

On 2020-04-17 13:36 +0000, Adrien Gallou?t spake thusly:
> Signed-off-by: Adrien Gallou?t <adrien@gallouet.fr>

Applied to master with two small changes:
  - explicitly disable mini-gmp when full one is enabled
  - reword and extend commit log

Thanks!

Regards,
Yann E. MORIN.

> ---
>  package/nftables/Config.in   | 1 -
>  package/nftables/nftables.mk | 8 +++++++-
>  2 files changed, 7 insertions(+), 2 deletions(-)
> 
> diff --git a/package/nftables/Config.in b/package/nftables/Config.in
> index 6452ab4f52..8d172b7256 100644
> --- a/package/nftables/Config.in
> +++ b/package/nftables/Config.in
> @@ -2,7 +2,6 @@ config BR2_PACKAGE_NFTABLES
>  	bool "nftables"
>  	depends on BR2_USE_WCHAR
>  	depends on BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_12
> -	select BR2_PACKAGE_GMP
>  	select BR2_PACKAGE_LIBMNL
>  	select BR2_PACKAGE_LIBNFTNL
>  	help
> diff --git a/package/nftables/nftables.mk b/package/nftables/nftables.mk
> index 210e950c11..1fac9dd3bf 100644
> --- a/package/nftables/nftables.mk
> +++ b/package/nftables/nftables.mk
> @@ -7,12 +7,18 @@
>  NFTABLES_VERSION = 0.9.3
>  NFTABLES_SOURCE = nftables-$(NFTABLES_VERSION).tar.bz2
>  NFTABLES_SITE = https://www.netfilter.org/projects/nftables/files
> -NFTABLES_DEPENDENCIES = gmp libmnl libnftnl host-bison host-flex \
> +NFTABLES_DEPENDENCIES = libmnl libnftnl host-bison host-flex \
>  	host-pkgconf $(TARGET_NLS_DEPENDENCIES)
>  NFTABLES_LICENSE = GPL-2.0
>  NFTABLES_LICENSE_FILES = COPYING
>  NFTABLES_CONF_OPTS = --disable-man-doc --disable-pdf-doc
>  
> +ifeq ($(BR2_PACKAGE_GMP),y)
> +NFTABLES_DEPENDENCIES += gmp
> +else
> +NFTABLES_CONF_OPTS += --with-mini-gmp
> +endif
> +
>  ifeq ($(BR2_PACKAGE_READLINE),y)
>  NFTABLES_DEPENDENCIES += readline
>  NFTABLES_LIBS += -lncurses
> -- 
> 2.25.2
> 
> _______________________________________________
> buildroot mailing list
> buildroot at busybox.net
> http://lists.busybox.net/mailman/listinfo/buildroot

-- 
.-----------------.--------------------.------------------.--------------------.
|  Yann E. MORIN  | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software  Designer | \ / CAMPAIGN     |  ___               |
| +33 561 099 427 `------------.-------:  X  AGAINST      |  \e/  There is no  |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL    |   v   conspiracy.  |
'------------------------------^-------^------------------^--------------------'

  reply	other threads:[~2020-04-19 22:00 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-04-17 13:36 [Buildroot] [PATCH 1/1] package/nftables: use --with-mini-gmp when gmp is not selected Adrien Gallouët
2020-04-19 22:00 ` Yann E. MORIN [this message]
2020-04-20  7:52   ` Adrien Gallouët

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=20200419220038.GF5035@scaer \
    --to=yann.morin.1998@free.fr \
    --cc=buildroot@busybox.net \
    /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