buildroot.buildroot.org archive mirror
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] package/pamtester: fix build without C++
@ 2022-04-24 17:13 Fabrice Fontaine
  2022-04-24 17:39 ` Yann E. MORIN
  2022-04-24 20:43 ` Yann E. MORIN
  0 siblings, 2 replies; 5+ messages in thread
From: Fabrice Fontaine @ 2022-04-24 17:13 UTC (permalink / raw)
  To: buildroot; +Cc: Fabrice Fontaine

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>
---
 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

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

end of thread, other threads:[~2022-05-27  7:39 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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
2022-05-27  7:39   ` Peter Korsgaard

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).