diff options
author | Nicolas Thill <nico@openwrt.org> | 2005-05-13 02:21:24 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2005-05-13 02:21:24 +0000 |
commit | 40decd2b5cd7d3913017e55e4c1303b7a22318f5 (patch) | |
tree | 93e03191f11a0504e757a442f40b57fc4b731ba0 /openwrt/package | |
parent | 1f7c87f111eef6d27e739858ee48f5bca8ba23f4 (diff) | |
download | mtk-20170518-40decd2b5cd7d3913017e55e4c1303b7a22318f5.zip mtk-20170518-40decd2b5cd7d3913017e55e4c1303b7a22318f5.tar.gz mtk-20170518-40decd2b5cd7d3913017e55e4c1303b7a22318f5.tar.bz2 |
Add cyrus-sasl package
SVN-Revision: 868
Diffstat (limited to 'openwrt/package')
-rw-r--r-- | openwrt/package/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/openwrt/package/Makefile b/openwrt/package/Makefile index 0eb6532..35ed992 100644 --- a/openwrt/package/Makefile +++ b/openwrt/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) |