All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] package/aircrack-ng: fix sqlite3 build
@ 2022-04-16 21:45 Fabrice Fontaine
  2022-04-21 20:54 ` Arnout Vandecappelle
  2022-05-24 12:54 ` Peter Korsgaard
  0 siblings, 2 replies; 3+ messages in thread
From: Fabrice Fontaine @ 2022-04-16 21:45 UTC (permalink / raw)
  To: buildroot; +Cc: Fabrice Fontaine

Fix the following build failure raised since bump to version 1.2 in
commit 242227dd86efaaec7c785b32a14e8133f2e86dec:

powerpc-buildroot-linux-gnu-gcc: WARNING: unsafe header/library path used in cross-compilation: '-I/usr/include'
In file included from src/aircrack-ng/aircrack-ng.c:54:
/usr/include/math.h:476:21: error: '_Float128' is not supported on this target
  476 | # define _Mdouble_  _Float128
      |                     ^~~~~~~~~

Fixes:
 - http://autobuild.buildroot.org/results/83a114ce197fb6af53a26ed68184cf3bbb30c8a7

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
---
 package/aircrack-ng/aircrack-ng.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/aircrack-ng/aircrack-ng.mk b/package/aircrack-ng/aircrack-ng.mk
index ff87766d6f..95cda7c5a6 100644
--- a/package/aircrack-ng/aircrack-ng.mk
+++ b/package/aircrack-ng/aircrack-ng.mk
@@ -69,7 +69,7 @@ endif
 
 ifeq ($(BR2_PACKAGE_SQLITE),y)
 AIRCRACK_NG_DEPENDENCIES += sqlite
-AIRCRACK_NG_CONF_OPTS += --with-sqlite3
+AIRCRACK_NG_CONF_OPTS += --with-sqlite3=$(STAGING_DIR)/usr
 else
 AIRCRACK_NG_CONF_OPTS += --without-sqlite3
 endif
-- 
2.35.1

_______________________________________________
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/aircrack-ng: fix sqlite3 build
  2022-04-16 21:45 [Buildroot] [PATCH 1/1] package/aircrack-ng: fix sqlite3 build Fabrice Fontaine
@ 2022-04-21 20:54 ` Arnout Vandecappelle
  2022-05-24 12:54 ` Peter Korsgaard
  1 sibling, 0 replies; 3+ messages in thread
From: Arnout Vandecappelle @ 2022-04-21 20:54 UTC (permalink / raw)
  To: Fabrice Fontaine, buildroot



On 16/04/2022 23:45, Fabrice Fontaine wrote:
> Fix the following build failure raised since bump to version 1.2 in
> commit 242227dd86efaaec7c785b32a14e8133f2e86dec:
> 
> powerpc-buildroot-linux-gnu-gcc: WARNING: unsafe header/library path used in cross-compilation: '-I/usr/include'
> In file included from src/aircrack-ng/aircrack-ng.c:54:
> /usr/include/math.h:476:21: error: '_Float128' is not supported on this target
>    476 | # define _Mdouble_  _Float128
>        |                     ^~~~~~~~~
> 
> Fixes:
>   - http://autobuild.buildroot.org/results/83a114ce197fb6af53a26ed68184cf3bbb30c8a7
> 
> Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>

  Applied to master, thanks.

  Regards,
  Arnout

> ---
>   package/aircrack-ng/aircrack-ng.mk | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/package/aircrack-ng/aircrack-ng.mk b/package/aircrack-ng/aircrack-ng.mk
> index ff87766d6f..95cda7c5a6 100644
> --- a/package/aircrack-ng/aircrack-ng.mk
> +++ b/package/aircrack-ng/aircrack-ng.mk
> @@ -69,7 +69,7 @@ endif
>   
>   ifeq ($(BR2_PACKAGE_SQLITE),y)
>   AIRCRACK_NG_DEPENDENCIES += sqlite
> -AIRCRACK_NG_CONF_OPTS += --with-sqlite3
> +AIRCRACK_NG_CONF_OPTS += --with-sqlite3=$(STAGING_DIR)/usr
>   else
>   AIRCRACK_NG_CONF_OPTS += --without-sqlite3
>   endif
_______________________________________________
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/aircrack-ng: fix sqlite3 build
  2022-04-16 21:45 [Buildroot] [PATCH 1/1] package/aircrack-ng: fix sqlite3 build Fabrice Fontaine
  2022-04-21 20:54 ` Arnout Vandecappelle
@ 2022-05-24 12:54 ` Peter Korsgaard
  1 sibling, 0 replies; 3+ messages in thread
From: Peter Korsgaard @ 2022-05-24 12:54 UTC (permalink / raw)
  To: Fabrice Fontaine; +Cc: buildroot

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

 > Fix the following build failure raised since bump to version 1.2 in
 > commit 242227dd86efaaec7c785b32a14e8133f2e86dec:

 > powerpc-buildroot-linux-gnu-gcc: WARNING: unsafe header/library path used in cross-compilation: '-I/usr/include'
 > In file included from src/aircrack-ng/aircrack-ng.c:54:
 > /usr/include/math.h:476:21: error: '_Float128' is not supported on this target
 >   476 | # define _Mdouble_  _Float128
 >       |                     ^~~~~~~~~

 > Fixes:
 >  - http://autobuild.buildroot.org/results/83a114ce197fb6af53a26ed68184cf3bbb30c8a7

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

Committed to 2022.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:[~2022-05-24 12:54 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-04-16 21:45 [Buildroot] [PATCH 1/1] package/aircrack-ng: fix sqlite3 build Fabrice Fontaine
2022-04-21 20:54 ` Arnout Vandecappelle
2022-05-24 12:54 ` 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.