All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] package/ecryptfs-utils: fix build failure without pod2man
@ 2020-09-15 19:05 Fabrice Fontaine
  2020-09-19 13:21 ` Thomas Petazzoni
  2020-09-28 21:02 ` Peter Korsgaard
  0 siblings, 2 replies; 3+ messages in thread
From: Fabrice Fontaine @ 2020-09-15 19:05 UTC (permalink / raw)
  To: buildroot

Set ac_cv_path_POD2MAN to true to avoid the following build failure:

checking for pod2man... no
configure: error: I couldn't find pod2man; make sure it's installed and in your path

Fixes:
 - http://autobuild.buildroot.org/results/7a3a182aa91a07a720a02f854c59f952930708e1

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

diff --git a/package/ecryptfs-utils/ecryptfs-utils.mk b/package/ecryptfs-utils/ecryptfs-utils.mk
index 326ff4f2dd..3a3253a366 100644
--- a/package/ecryptfs-utils/ecryptfs-utils.mk
+++ b/package/ecryptfs-utils/ecryptfs-utils.mk
@@ -15,6 +15,7 @@ ECRYPTFS_UTILS_CONF_OPTS = --disable-pywrap
 
 #Needed for build system to find pk11func.h and libnss3.so
 ECRYPTFS_UTILS_CONF_ENV = \
+	ac_cv_path_POD2MAN=true \
 	NSS_CFLAGS="-I$(STAGING_DIR)/usr/include/nss -I$(STAGING_DIR)/usr/include/nspr" \
 	NSS_LIBS="-lnss3"
 
-- 
2.28.0

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

* [Buildroot] [PATCH 1/1] package/ecryptfs-utils: fix build failure without pod2man
  2020-09-15 19:05 [Buildroot] [PATCH 1/1] package/ecryptfs-utils: fix build failure without pod2man Fabrice Fontaine
@ 2020-09-19 13:21 ` Thomas Petazzoni
  2020-09-28 21:02 ` Peter Korsgaard
  1 sibling, 0 replies; 3+ messages in thread
From: Thomas Petazzoni @ 2020-09-19 13:21 UTC (permalink / raw)
  To: buildroot

On Tue, 15 Sep 2020 21:05:56 +0200
Fabrice Fontaine <fontaine.fabrice@gmail.com> wrote:

> Set ac_cv_path_POD2MAN to true to avoid the following build failure:
> 
> checking for pod2man... no
> configure: error: I couldn't find pod2man; make sure it's installed and in your path
> 
> Fixes:
>  - http://autobuild.buildroot.org/results/7a3a182aa91a07a720a02f854c59f952930708e1
> 
> Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
> ---
>  package/ecryptfs-utils/ecryptfs-utils.mk | 1 +
>  1 file changed, 1 insertion(+)

Applied to master, thanks.

Thomas
-- 
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com

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

* [Buildroot] [PATCH 1/1] package/ecryptfs-utils: fix build failure without pod2man
  2020-09-15 19:05 [Buildroot] [PATCH 1/1] package/ecryptfs-utils: fix build failure without pod2man Fabrice Fontaine
  2020-09-19 13:21 ` Thomas Petazzoni
@ 2020-09-28 21:02 ` Peter Korsgaard
  1 sibling, 0 replies; 3+ messages in thread
From: Peter Korsgaard @ 2020-09-28 21:02 UTC (permalink / raw)
  To: buildroot

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

 > Set ac_cv_path_POD2MAN to true to avoid the following build failure:
 > checking for pod2man... no
 > configure: error: I couldn't find pod2man; make sure it's installed and in your path

 > Fixes:
 >  - http://autobuild.buildroot.org/results/7a3a182aa91a07a720a02f854c59f952930708e1

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

Committed to 2020.02.x, 2020.05.x and 2020.08.x, thanks.

-- 
Bye, Peter Korsgaard

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

end of thread, other threads:[~2020-09-28 21:02 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-09-15 19:05 [Buildroot] [PATCH 1/1] package/ecryptfs-utils: fix build failure without pod2man Fabrice Fontaine
2020-09-19 13:21 ` Thomas Petazzoni
2020-09-28 21:02 ` 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.