From: nico Date: Mon, 27 Apr 2009 22:28:10 +0000 (+0000) Subject: [packages] rrdtool: force source reconfiguration when key subpackages are enabled... X-Git-Url: https://git.archive.openwrt.org/?a=commitdiff_plain;h=9d1e5a6b7a3843922836509eeed9011b19aaef8a;p=packages.git [packages] rrdtool: force source reconfiguration when key subpackages are enabled/disabled (closes: #4996) git-svn-id: svn://svn.openwrt.org/openwrt/packages@15459 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/utils/rrdtool/Makefile b/utils/rrdtool/Makefile index bf5b12cd5..58841d0e4 100644 --- a/utils/rrdtool/Makefile +++ b/utils/rrdtool/Makefile @@ -17,6 +17,10 @@ PKG_MD5SUM:=19b24f7184a8dbf7b48c1bbb565ad9fb PKG_BUILD_DEPENDS:=python +PKG_CONFIG_DEPENDS:= \ + CONFIG_PACKAGE_python-rrd \ + CONFIG_PACKAGE_rrdcgi \ + PKG_FIXUP = libtool include $(INCLUDE_DIR)/package.mk