summaryrefslogtreecommitdiff
path: root/package/dansguardian/Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2011-01-11 18:16:55 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2011-01-11 18:16:55 +0100
commite435ddd4ee81da12e3e3e3d0433a90d539901839 (patch)
tree8822c0a9ab913f4267f4f8293a99b10a5839eb21 /package/dansguardian/Makefile
parent59f1e5ee4443e6210b148c58af56bef3e9a75f2b (diff)
add support for C++ packages, which need G++ compiler
Diffstat (limited to 'package/dansguardian/Makefile')
-rw-r--r--package/dansguardian/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/package/dansguardian/Makefile b/package/dansguardian/Makefile
index 5cc1d08e5..e262bbca6 100644
--- a/package/dansguardian/Makefile
+++ b/package/dansguardian/Makefile
@@ -13,6 +13,7 @@ PKG_DEPENDS:= libpcre zlib
PKG_BUILDDEP:= pcre zlib
PKG_URL:= http://dansguardian.org/
PKG_SITES:= http://dansguardian.org/downloads/2/Stable/
+PKG_NEED_CXX:= 1
PKG_CXX:= DANSGUARDIAN
include ${TOPDIR}/mk/package.mk