X-Git-Url: http://git.rohieb.name/openwrt.git/blobdiff_plain/1fa1dadaa96e11c23c30f0a5180cfbc360f055f7..a2759fb484cd09119c6b3914a11b25e3c4571c3e:/package/Makefile 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),)