package/ecryptfs-utils: fix build failure without pod2man
authorFabrice Fontaine <fontaine.fabrice@gmail.com>
Tue, 15 Sep 2020 19:05:56 +0000 (21:05 +0200)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Sat, 19 Sep 2020 13:21:20 +0000 (15:21 +0200)
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>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
package/ecryptfs-utils/ecryptfs-utils.mk

index 326ff4f2ddfdfad7eb427aa1d2a74dddda254dea..3a3253a36645c81844849de44d1de197f7e5e19b 100644 (file)
@@ -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"