diff options
author | olli <olli@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2006-02-16 13:56:55 +0000 |
---|---|---|
committer | olli <olli@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2006-02-16 13:56:55 +0000 |
commit | 23cfb9ac6c07422bb1ad1c628f6f6b381feada63 (patch) | |
tree | bace630d6e61f8a75172015497788e634fd43074 /openwrt/package/Makefile | |
parent | 687d0b8c9fc71895d397ad52f33c9d45fedfb7af (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@3245 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt/package/Makefile')
-rw-r--r-- | openwrt/package/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/openwrt/package/Makefile b/openwrt/package/Makefile index 47a6821e0..d05117ba1 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),) |