From: Fabrice Fontaine Date: Sun, 28 Oct 2018 18:07:39 +0000 (+0100) Subject: openswan: disable documentation X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=8a0c8258b41163006b15ade1d52985ad5dac6618;p=buildroot.git 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 Signed-off-by: Peter Korsgaard --- 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