diff mbox series

[1/1] package/ecryptfs-utils: fix build failure without pod2man

Message ID 20200915190556.605608-1-fontaine.fabrice@gmail.com
State Accepted
Headers show
Series [1/1] package/ecryptfs-utils: fix build failure without pod2man | expand

Commit Message

Fabrice Fontaine Sept. 15, 2020, 7:05 p.m. UTC
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(+)

Comments

Thomas Petazzoni Sept. 19, 2020, 1:21 p.m. UTC | #1
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
Peter Korsgaard Sept. 28, 2020, 9:02 p.m. UTC | #2
>>>>> "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.
diff mbox series

Patch

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"