From 48578bc3369bbc7b58c2fd7642c0a22cc7bf0f24 Mon Sep 17 00:00:00 2001 From: olli Date: Sun, 9 Sep 2007 22:08:09 +0000 Subject: [PATCH] rrdtool: * Upgrade 1.2.11 > 1.2.23 * Fix download URL git-svn-id: svn://svn.openwrt.org/openwrt/packages@8723 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- utils/rrdtool/Makefile | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/utils/rrdtool/Makefile b/utils/rrdtool/Makefile index a89395aa5..7052be471 100644 --- a/utils/rrdtool/Makefile +++ b/utils/rrdtool/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2006 OpenWrt.org +# Copyright (C) 2007 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -9,12 +9,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=rrdtool -PKG_VERSION:=1.2.11 +PKG_VERSION:=1.2.23 PKG_RELEASE:=1 -PKG_SOURCE_URL:=http://people.ee.ethz.ch/~oetiker/webtools/rrdtool/pub +PKG_SOURCE_URL:=http://oss.oetiker.ch/rrdtool/pub/ PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz -PKG_MD5SUM:=d61c5755cb77207f9ad3584b26e8bf08 +PKG_MD5SUM:=dafa161bc9c61e57636a6085c87c1fe8 PKG_BUILD_DEPENDS:=libnotimpl @@ -67,6 +67,8 @@ CONFIGURE_VARS += \ CPPFLAGS="$$$$CPPFLAGS -I$(STAGING_DIR)/usr/include/freetype2 -I$(STAGING_DIR)/usr/include/libart-2.0" \ LIBS="-lnotimpl" \ rd_cv_ieee_works=yes \ + rd_cv_null_realloc=nope \ + ac_cv_func_mmap_fixed_mapped=yes \ ifneq ($(SDK)$(CONFIG_PACKAGE_rrdcgi),) CONFIGURE_ARGS += --enable-rrdcgi