Browse Source

librouteros: don't build docs

Fixes compilation without host pod2man.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
lilik-openwrt-22.03
Rosen Penev 3 years ago
parent
commit
e41fd1794b
2 changed files with 8 additions and 1 deletions
  1. +1
    -1
      libs/librouteros/Makefile
  2. +7
    -0
      libs/librouteros/patches/010-no-doc.patch

+ 1
- 1
libs/librouteros/Makefile View File

@ -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 <devel-sven@geroedel.de>
PKG_LICENSE:=ISC


+ 7
- 0
libs/librouteros/patches/010-no-doc.patch View File

@ -0,0 +1,7 @@
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,3 +1,3 @@
-SUBDIRS = src doc
+SUBDIRS = src
README: README.md

Loading…
Cancel
Save