From: Yann E. MORIN Date: Tue, 4 Dec 2018 09:57:12 +0000 (+0100) Subject: package/libiscsi: do not built the manpages X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=5b5c84a2a82407f7728d53ac79f0fde59f677fc3;p=buildroot.git package/libiscsi: do not built the manpages The pre-rendered, bundled ones are still installed, though, but they get removed in target-finalize anyway. Signed-off-by: "Yann E. MORIN" Signed-off-by: Thomas Petazzoni --- diff --git a/package/libiscsi/libiscsi.mk b/package/libiscsi/libiscsi.mk index c492865c51..a34069d7bf 100644 --- a/package/libiscsi/libiscsi.mk +++ b/package/libiscsi/libiscsi.mk @@ -11,7 +11,7 @@ LIBISCSI_LICENSE_FILES = COPYING LICENCE-GPL-2.txt LICENCE-LGPL-2.1.txt LIBISCSI_INSTALL_STAGING = YES LIBISCSI_AUTORECONF = YES -LIBISCSI_CONF_OPTS = --disable-werror +LIBISCSI_CONF_OPTS = --disable-werror --disable-manpages # We need to create the m4 directory to make autoreconf work properly. define LIBISCSI_CREATE_M4_DIR