git.99rst.org
/
openwrt-packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
5acb52f
)
tang: do not build manpages
author
Eneas U de Queiroz
<redacted>
Wed, 14 Aug 2019 20:18:40 +0000
(17:18 -0300)
committer
Eneas U de Queiroz
<redacted>
Wed, 14 Aug 2019 20:41:24 +0000
(17:41 -0300)
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 <redacted>
utils/tang/Makefile
patch
|
blob
|
history
diff --git
a/utils/tang/Makefile
b/utils/tang/Makefile
index aebebe27c3b76d2df24e3aa0a0390611033c85fc..e159bd482d8af7b1b235e5b4fd7fe51710941700 100644
(file)
--- a/
utils/tang/Makefile
+++ b/
utils/tang/Makefile
@@
-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
git clone https://git.99rst.org/PROJECT