[packages] rrdtool: fix autoreconf with automake v1.11.3
git-svn-id: svn://svn.openwrt.org/openwrt/packages@31180 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
c3bef2edd6
commit
225f473a9d
@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
|
|||||||
|
|
||||||
PKG_NAME:=rrdtool
|
PKG_NAME:=rrdtool
|
||||||
PKG_VERSION:=1.2.30
|
PKG_VERSION:=1.2.30
|
||||||
PKG_RELEASE:=2
|
PKG_RELEASE:=3
|
||||||
|
|
||||||
PKG_SOURCE_URL:=http://oss.oetiker.ch/rrdtool/pub/
|
PKG_SOURCE_URL:=http://oss.oetiker.ch/rrdtool/pub/
|
||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||||
|
13
utils/rrdtool/patches/030-automake-compat.patch
Normal file
13
utils/rrdtool/patches/030-automake-compat.patch
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
--- a/bindings/tcl/Makefile.am
|
||||||
|
+++ b/bindings/tcl/Makefile.am
|
||||||
|
@@ -26,8 +26,8 @@ tclpkgdir = @TCL_PACKAGE_DIR@
|
||||||
|
tclpkg_DATA = pkgIndex.tcl
|
||||||
|
tclpkg_SCRIPTS = ifOctets.tcl
|
||||||
|
else
|
||||||
|
-pkglib_DATA = pkgIndex.tcl
|
||||||
|
-pkglib_SCRIPTS = ifOctets.tcl
|
||||||
|
+pkgdata_DATA = pkgIndex.tcl
|
||||||
|
+pkgdata_SCRIPTS = ifOctets.tcl
|
||||||
|
endif
|
||||||
|
|
||||||
|
# Automake doen't like `tclrrd$(VERSION)$(TCL_SHLIB_SUFFIX)' as
|
Loading…
x
Reference in New Issue
Block a user