summaryrefslogtreecommitdiffstats
path: root/package/Makefile
diff options
context:
space:
mode:
authorolli <olli@3c298f89-4303-0410-b956-a3cf2f4a3e73>2006-02-16 13:56:55 +0000
committerolli <olli@3c298f89-4303-0410-b956-a3cf2f4a3e73>2006-02-16 13:56:55 +0000
commitb8658ebc2243a4b2f215ec5fba2be487683ab50f (patch)
tree6867b587009a55ffa4e13ebb4a8efbabf6c86df7 /package/Makefile
parent1fa1dadaa96e11c23c30f0a5180cfbc360f055f7 (diff)
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/openwrt@3245 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/Makefile')
-rw-r--r--package/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/package/Makefile b/package/Makefile
index 47a6821e0..d05117ba1 100644
--- a/package/Makefile
+++ b/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),)