From 23cfb9ac6c07422bb1ad1c628f6f6b381feada63 Mon Sep 17 00:00:00 2001 From: olli Date: Thu, 16 Feb 2006 13:56:55 +0000 Subject: update pmacct to new upstream release and add SQLite database support, the update in White Russian will follow later git-svn-id: svn://svn.openwrt.org/openwrt/trunk@3245 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- openwrt/package/Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'openwrt/package/Makefile') diff --git a/openwrt/package/Makefile b/openwrt/package/Makefile index 47a6821e09..d05117ba1e 100644 --- a/openwrt/package/Makefile +++ b/openwrt/package/Makefile @@ -488,6 +488,9 @@ endif ifneq ($(BR2_COMPILE_PMACCT_PGSQL),) pmacct-compile: postgresql-compile endif +ifneq ($(BR2_COMPILE_PMACCT_SQLITE),) +pmacct-compile: sqlite-compile +endif rrs-compile: uclibc++-compile ifneq ($(BR2_PACKAGE_RRS),) -- cgit v1.2.3