summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFabrice Fontaine <fontaine.fabrice@gmail.com>2018-10-28 19:07:39 +0100
committerPeter Korsgaard <peter@korsgaard.com>2018-10-30 20:54:01 +0100
commit8a0c8258b41163006b15ade1d52985ad5dac6618 (patch)
tree81fa62dd4a4e72124c4108ef91151ba1cf9b83ea
parent8b3dea2c2a0434fae4824cfe3098b93e684979ba (diff)
downloadbuildroot-8a0c8258b41163006b15ade1d52985ad5dac6618.tar.gz
buildroot-8a0c8258b41163006b15ade1d52985ad5dac6618.zip
openswan: disable documentation
Disable pod2man and xmlto which are used to build man pages Fixes: - http://autobuild.buildroot.org/results/2268814b8f5a071ecec1aab962b50a1edcb818d7 Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
-rw-r--r--package/openswan/openswan.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/openswan/openswan.mk b/package/openswan/openswan.mk
index 928eb9bb6f..e41bc4df80 100644
--- a/package/openswan/openswan.mk
+++ b/package/openswan/openswan.mk
@@ -10,7 +10,7 @@ OPENSWAN_LICENSE = GPL-2.0+, BSD-3-Clause
OPENSWAN_LICENSE_FILES = COPYING LICENSE
OPENSWAN_DEPENDENCIES = host-bison host-flex gmp iproute2
-OPENSWAN_MAKE_OPTS = ARCH=$(BR2_ARCH) CC="$(TARGET_CC)" \
+OPENSWAN_MAKE_OPTS = ARCH=$(BR2_ARCH) CC="$(TARGET_CC)" POD2MAN="" XMLTO="" \
USERCOMPILE="$(TARGET_CFLAGS) $(if $(BR2_TOOLCHAIN_SUPPORTS_PIE),-fPIE)" \
USERLINK="$(TARGET_LDFLAGS) $(if $(BR2_TOOLCHAIN_SUPPORTS_PIE),-fPIE)" \
INC_USRLOCAL=/usr USE_KLIPS=false USE_MAST=false USE_NM=false
OpenPOWER on IntegriCloud