From: Nicolas Thill Date: Fri, 13 May 2005 02:21:24 +0000 (+0000) Subject: Add cyrus-sasl package X-Git-Tag: reboot~32854 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=40decd2b5cd7d3913017e55e4c1303b7a22318f5;p=oweals%2Fopenwrt.git Add cyrus-sasl package SVN-Revision: 868 --- diff --git a/openwrt/package/Makefile b/openwrt/package/Makefile index 0eb65326be..35ed9929ee 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)