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>
This commit is contained in:
parent
5acb52f1c6
commit
bf10d00801
1 changed files with 3 additions and 0 deletions
|
@ -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…
Reference in a new issue