From: Rosen Penev Date: Thu, 22 Jul 2021 22:25:50 +0000 (-0700) Subject: librouteros: don't build docs X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=11455c0fd6860ce22d21aa993ca9a32a132ac346;p=feed%2Fpackages.git librouteros: don't build docs Fixes compilation without host pod2man. Signed-off-by: Rosen Penev (cherry picked from commit e41fd1794be2e8cc78c3df4bc4f4e05100eda959) --- 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