summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2009-11-15 21:52:36 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2009-11-15 21:52:36 +0100
commite2502ab7b4adfc6b09c273a2f5487d8a0ed559bf (patch)
tree518abed072720143dd860d77521d1e49280d606a /scripts
parentdc630f978a2524c0cd13f39c76f1e2d8f84d4baa (diff)
update pcre, add dansguardian (lightly tested)
Diffstat (limited to 'scripts')
-rw-r--r--scripts/scan-pkgs.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/scripts/scan-pkgs.sh b/scripts/scan-pkgs.sh
index c1343ec29..88fb7cbbc 100644
--- a/scripts/scan-pkgs.sh
+++ b/scripts/scan-pkgs.sh
@@ -55,6 +55,10 @@ if [[ -n $ADK_PACKAGE_SQUID ]]; then
NEED_SSLDEV="$NEED_SSLDEV squid"
fi
+if [[ -n $ADK_PACKAGE_DANSGUARDIAN ]]; then
+ NEED_PKGCONFIG="$NEED_PKGCONFIG dansguardian"
+fi
+
if [[ -n $ADK_PACKAGE_GLIB ]]; then
NEED_GLIBZWO="$NEED_GLIBZWO glib"
NEED_GETTEXT="$NEED_GETTEXT glib"