Browse Source
Merge pull request #16202 from neheb/rout
librouteros: don't build docs
lilik-openwrt-22.03
Rosen Penev
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with
8 additions and
1 deletions
-
libs/librouteros/Makefile
-
libs/librouteros/patches/010-no-doc.patch
|
|
@ -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 |
|
|
|
|
|
@ -0,0 +1,7 @@ |
|
|
|
--- a/Makefile.am
|
|
|
|
+++ b/Makefile.am
|
|
|
|
@@ -1,3 +1,3 @@
|
|
|
|
-SUBDIRS = src doc
|
|
|
|
+SUBDIRS = src
|
|
|
|
|
|
|
|
README: README.md |