Browse Source

tang: do not build manpages

Ensure a2x is not found, so that manpages are not generated.
They are currently failing to pass xmllint.

Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
lilik-openwrt-22.03
Eneas U de Queiroz 5 years ago
parent
commit
bf10d00801
No known key found for this signature in database GPG Key ID: 1EB043ABD7ACF202
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      utils/tang/Makefile

+ 3
- 0
utils/tang/Makefile View File

@ -25,6 +25,9 @@ PKG_BUILD_PARALLEL:=1
include $(INCLUDE_DIR)/package.mk
# This avoids generating man pages
CONFIGURE_VARS += ac_cv_prog_A2X=
define Package/tang
SECTION:=utils
TITLE:=tang v$(PKG_VERSION) - daemon for binding data to the presence of a third party


Loading…
Cancel
Save