From d67dde734c8f2edcf998929ff0e2b8df471375ee Mon Sep 17 00:00:00 2001 From: Rosen Penev Date: Thu, 22 Jul 2021 15:28:09 -0700 Subject: [PATCH] rrdtool1: don't build docs Fixes compilation without host pod2man. Signed-off-by: Rosen Penev --- utils/rrdtool1/Makefile | 2 +- utils/rrdtool1/patches/050-no-doc.patch | 11 +++++++++++ 2 files changed, 12 insertions(+), 1 deletion(-) create mode 100644 utils/rrdtool1/patches/050-no-doc.patch diff --git a/utils/rrdtool1/Makefile b/utils/rrdtool1/Makefile index a031c17d56..171c9b3f39 100644 --- a/utils/rrdtool1/Makefile +++ b/utils/rrdtool1/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=rrdtool1 PKG_VERSION:=1.0.50 -PKG_RELEASE:=3 +PKG_RELEASE:=4 PKG_BUILD_DIR:=$(BUILD_DIR)/rrdtool-$(PKG_VERSION) PKG_SOURCE:=rrdtool-$(PKG_VERSION).tar.gz diff --git a/utils/rrdtool1/patches/050-no-doc.patch b/utils/rrdtool1/patches/050-no-doc.patch new file mode 100644 index 0000000000..5d450ac0d3 --- /dev/null +++ b/utils/rrdtool1/patches/050-no-doc.patch @@ -0,0 +1,11 @@ +--- a/Makefile.am ++++ b/Makefile.am +@@ -17,7 +17,7 @@ endif + + # build the following subdirectories + SUBDIRS = cgilib-0.4 gd1.3 $(SUBDIRS_1) $(SUBDIRS_2) \ +- src doc examples contrib tcl ++ src examples contrib tcl + + # the following files are not mentioned in any other Makefile + # LWT 24Jul03 - removed redundant spec file listed