mirror of
https://github.com/coolsnowwolf/packages
synced 2025-01-08 11:17:36 +08:00
librouteros: don't build docs
Fixes compilation without host pod2man. Signed-off-by: Rosen Penev <rosenp@gmail.com>
This commit is contained in:
parent
e4bfce4119
commit
4bdedff1b3
@ -8,7 +8,7 @@ include $(TOPDIR)/rules.mk
|
|||||||
PKG_NAME:=librouteros
|
PKG_NAME:=librouteros
|
||||||
PKG_SOURCE_DATE:=2018-07-19
|
PKG_SOURCE_DATE:=2018-07-19
|
||||||
PKG_SOURCE_VERSION:=c485c777ffbbbd87c3d72d843af36ba016803cae
|
PKG_SOURCE_VERSION:=c485c777ffbbbd87c3d72d843af36ba016803cae
|
||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=2
|
||||||
|
|
||||||
PKG_MAINTAINER:=Sven Roederer <devel-sven@geroedel.de>
|
PKG_MAINTAINER:=Sven Roederer <devel-sven@geroedel.de>
|
||||||
PKG_LICENSE:=ISC
|
PKG_LICENSE:=ISC
|
||||||
|
7
libs/librouteros/patches/010-no-doc.patch
Normal file
7
libs/librouteros/patches/010-no-doc.patch
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
--- a/Makefile.am
|
||||||
|
+++ b/Makefile.am
|
||||||
|
@@ -1,3 +1,3 @@
|
||||||
|
-SUBDIRS = src doc
|
||||||
|
+SUBDIRS = src
|
||||||
|
|
||||||
|
README: README.md
|
Loading…
Reference in New Issue
Block a user