aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicolas Thill <nico@openwrt.org>2005-05-13 02:21:24 +0000
committerNicolas Thill <nico@openwrt.org>2005-05-13 02:21:24 +0000
commitff2fa89b683f4cec09f4f6b6a42620487dc64b3d (patch)
treedcc1e3d1b123f09f8cc38279e6e4dfabcd7144f9
parent259be4375ec185310cf20cab29e95546b11c6dcc (diff)
downloadupstream-ff2fa89b683f4cec09f4f6b6a42620487dc64b3d.tar.gz
upstream-ff2fa89b683f4cec09f4f6b6a42620487dc64b3d.tar.bz2
upstream-ff2fa89b683f4cec09f4f6b6a42620487dc64b3d.zip
Add cyrus-sasl package
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@868 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r--package/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/package/Makefile b/package/Makefile
index 0eb65326be..35ed9929ee 100644
--- a/package/Makefile
+++ b/package/Makefile
@@ -79,6 +79,7 @@ package-$(BR2_PACKAGE_LIBMYSQLCLIENT) += mysql
package-$(BR2_PACKAGE_LIBPCAP) += libpcap
package-$(BR2_PACKAGE_LIBPNG) += libpng
package-$(BR2_PACKAGE_LIBPQ) += postgresql
+package-$(BR2_PACKAGE_LIBSASL2) += cyrus-sasl
DEV_LIBS:=tcp_wrappers glib ncurses openssl pcre popt zlib libnet libpcap mysql postgresql iptables matrixssl lzo gmp fuse portmap libelf uclibc++ speex libpng libgd
DEV_LIBS_COMPILE:=$(patsubst %,%-compile,$(DEV_LIBS))
@@ -122,6 +123,7 @@ nmap-compile: uclibc++-compile pcre-compile libpcap-compile
kismet-compile: uclibc++-compile libpcap-compile
tinc-compile: zlib-compile openssl-compile lzo-compile
fprobe-compile: libpcap-compile
+cyrus-sasl-compile: openssl-compile
snort-compile: libnet-compile libpcap-compile pcre-compile
ifeq ($(BR2_PACKAGE_SNORT_MYSQL),y)