All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Yann E. MORIN" <yann.morin.1998@free.fr>
To: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Cc: buildroot@buildroot.org
Subject: Re: [Buildroot] [PATCH 1/1] package/pamtester: fix build without C++
Date: Sun, 24 Apr 2022 22:43:23 +0200	[thread overview]
Message-ID: <20220424204323.GA3624965@scaer> (raw)
In-Reply-To: <20220424171355.3174629-1-fontaine.fabrice@gmail.com>

Fabrice, All,

On 2022-04-24 19:13 +0200, Fabrice Fontaine spake thusly:
> Run autoreconf to avoid the following build failure without C++:
> 
> configure: error: C++ preprocessor "/lib/cpp" fails sanity check
> 
> Fixes:
>  - http://autobuild.buildroot.org/results/c000aff659da024b6eef42bca824bdea7b5541c2
> 
> Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>

Applied to master, after adding an explanatory comment above the
autoreconf line, and expanding the commit log. Thanks.

Regards,
Yann E. MORIN.

> ---
>  package/pamtester/pamtester.mk | 2 ++
>  1 file changed, 2 insertions(+)
> 
> diff --git a/package/pamtester/pamtester.mk b/package/pamtester/pamtester.mk
> index b09e4d1cc0..2d8f1317ca 100644
> --- a/package/pamtester/pamtester.mk
> +++ b/package/pamtester/pamtester.mk
> @@ -9,5 +9,7 @@ PAMTESTER_SITE = https://download.sourceforge.net/project/pamtester/pamtester/$(
>  PAMTESTER_DEPENDENCIES = linux-pam
>  PAMTESTER_LICENSE = BSD-3-Clause
>  PAMTESTER_LICENSE_FILES = LICENSE
> +# Fix build failure without C++
> +PAMTESTER_AUTORECONF = YES
>  
>  $(eval $(autotools-package))
> -- 
> 2.35.1
> 
> _______________________________________________
> buildroot mailing list
> buildroot@buildroot.org
> https://lists.buildroot.org/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.  |
'------------------------------^-------^------------------^--------------------'
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

  parent reply	other threads:[~2022-04-24 20:43 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-04-24 17:13 [Buildroot] [PATCH 1/1] package/pamtester: fix build without C++ Fabrice Fontaine
2022-04-24 17:39 ` Yann E. MORIN
2022-04-24 18:08   ` Fabrice Fontaine
2022-04-24 20:43 ` Yann E. MORIN [this message]
2022-05-27  7:39   ` Peter Korsgaard

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=20220424204323.GA3624965@scaer \
    --to=yann.morin.1998@free.fr \
    --cc=buildroot@buildroot.org \
    --cc=fontaine.fabrice@gmail.com \
    /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 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.