commit
c83edc105c
2 changed files with 12 additions and 1 deletions
|
@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=rrdtool1
|
PKG_NAME:=rrdtool1
|
||||||
PKG_VERSION:=1.0.50
|
PKG_VERSION:=1.0.50
|
||||||
PKG_RELEASE:=3
|
PKG_RELEASE:=4
|
||||||
|
|
||||||
PKG_BUILD_DIR:=$(BUILD_DIR)/rrdtool-$(PKG_VERSION)
|
PKG_BUILD_DIR:=$(BUILD_DIR)/rrdtool-$(PKG_VERSION)
|
||||||
PKG_SOURCE:=rrdtool-$(PKG_VERSION).tar.gz
|
PKG_SOURCE:=rrdtool-$(PKG_VERSION).tar.gz
|
||||||
|
|
11
utils/rrdtool1/patches/050-no-doc.patch
Normal file
11
utils/rrdtool1/patches/050-no-doc.patch
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
--- a/Makefile.am
|
||||||
|
+++ b/Makefile.am
|
||||||
|
@@ -17,7 +17,7 @@ endif
|
||||||
|
|
||||||
|
# build the following subdirectories
|
||||||
|
SUBDIRS = cgilib-0.4 gd1.3 $(SUBDIRS_1) $(SUBDIRS_2) \
|
||||||
|
- src doc examples contrib tcl
|
||||||
|
+ src examples contrib tcl
|
||||||
|
|
||||||
|
# the following files are not mentioned in any other Makefile
|
||||||
|
# LWT 24Jul03 - removed redundant spec file listed
|
Loading…
Reference in a new issue