This website works better with JavaScript.
Home
Help
Sign In
LILiK
/
openwrt-packages-dist
Watch
5
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
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
743aafbeda
commit
e41fd1794b
2 changed files
with
8 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
libs/librouteros/Makefile
+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
Write
Preview
Loading…
Cancel
Save