From 76368a5c0ac0ce3e66a9451637937361d9bc0f78 Mon Sep 17 00:00:00 2001 From: Daniel Golle Date: Tue, 1 Sep 2020 14:34:15 +0100 Subject: refpolicy: skip building docs Building docs requires xmllint and other bulky things being present on the host. Skip that. Signed-off-by: Daniel Golle --- package/system/refpolicy/patches/100-no-docs.patch | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 package/system/refpolicy/patches/100-no-docs.patch (limited to 'package/system/refpolicy/patches') diff --git a/package/system/refpolicy/patches/100-no-docs.patch b/package/system/refpolicy/patches/100-no-docs.patch new file mode 100644 index 0000000000..21767951a4 --- /dev/null +++ b/package/system/refpolicy/patches/100-no-docs.patch @@ -0,0 +1,12 @@ +Index: refpolicy-2.20200229/Makefile +=================================================================== +--- refpolicy-2.20200229.orig/Makefile ++++ refpolicy-2.20200229/Makefile +@@ -648,6 +648,6 @@ ifneq ($(generated_fc),) + endif + endif + +-.PHONY: install-src install-appconfig install-headers generate xml conf html bare tags ++.PHONY: install-src install-appconfig install-headers generate conf bare tags + .SUFFIXES: + .SUFFIXES: .c -- cgit v1.2.3