From e41fd1794be2e8cc78c3df4bc4f4e05100eda959 Mon Sep 17 00:00:00 2001 From: Rosen Penev Date: Thu, 22 Jul 2021 15:25:50 -0700 Subject: [PATCH] librouteros: don't build docs Fixes compilation without host pod2man. Signed-off-by: Rosen Penev --- libs/librouteros/Makefile | 2 +- libs/librouteros/patches/010-no-doc.patch | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) create mode 100644 libs/librouteros/patches/010-no-doc.patch diff --git a/libs/librouteros/Makefile b/libs/librouteros/Makefile index 2908de0774..1d5a6b454d 100644 --- a/libs/librouteros/Makefile +++ b/libs/librouteros/Makefile @@ -8,7 +8,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=librouteros PKG_SOURCE_DATE:=2018-07-19 PKG_SOURCE_VERSION:=c485c777ffbbbd87c3d72d843af36ba016803cae -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_MAINTAINER:=Sven Roederer PKG_LICENSE:=ISC diff --git a/libs/librouteros/patches/010-no-doc.patch b/libs/librouteros/patches/010-no-doc.patch new file mode 100644 index 0000000000..8a07e30b2e --- /dev/null +++ b/libs/librouteros/patches/010-no-doc.patch @@ -0,0 +1,7 @@ +--- a/Makefile.am ++++ b/Makefile.am +@@ -1,3 +1,3 @@ +-SUBDIRS = src doc ++SUBDIRS = src + + README: README.md