diff options
author | Yann E. MORIN <yann.morin.1998@free.fr> | 2018-12-04 10:57:12 +0100 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@bootlin.com> | 2018-12-06 21:20:43 +0100 |
commit | 5b5c84a2a82407f7728d53ac79f0fde59f677fc3 (patch) | |
tree | b8082b2af5236d8b57e280848541966f040189ec | |
parent | d2d81637ee6483aa23a2266154efd3d047bc0bb6 (diff) | |
download | buildroot-5b5c84a2a82407f7728d53ac79f0fde59f677fc3.tar.gz buildroot-5b5c84a2a82407f7728d53ac79f0fde59f677fc3.zip |
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" <yann.morin.1998@free.fr>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
-rw-r--r-- | package/libiscsi/libiscsi.mk | 2 |
1 files changed, 1 insertions, 1 deletions
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 |