diff options
author | Nicolas Thill <nico@openwrt.org> | 2005-05-14 20:57:05 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2005-05-14 20:57:05 +0000 |
commit | 6f1963e1952f77004b790e403fafc35c52d1e34d (patch) | |
tree | c5f4c4403e9612543f4b9fd457d8a52359b31abf /package/Makefile | |
parent | f16a0c7f0e10b2d84d27496f91368814c0402d12 (diff) | |
download | upstream-6f1963e1952f77004b790e403fafc35c52d1e34d.tar.gz upstream-6f1963e1952f77004b790e403fafc35c52d1e34d.tar.bz2 upstream-6f1963e1952f77004b790e403fafc35c52d1e34d.zip |
Add sipsak package
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@898 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/Makefile')
-rw-r--r-- | package/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/package/Makefile b/package/Makefile index 0df4d1792a..b92938b931 100644 --- a/package/Makefile +++ b/package/Makefile @@ -85,6 +85,7 @@ package-$(BR2_PACKAGE_LIBSASL2) += cyrus-sasl package-$(BR2_PACKAGE_LIBLTDL) += libtool package-$(BR2_PACKAGE_LIBOSIP2) += libosip2 package-$(BR2_PACKAGE_SIPROXD) += siproxd +package-$(BR2_PACKAGE_SIPSAK) += sipsak 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)) @@ -131,6 +132,7 @@ fprobe-compile: libpcap-compile cyrus-sasl-compile: openssl-compile openldap-compile: cyrus-sasl-compile openssl-compile siproxd-compile: libosip2-compile +sipsak-compile: openssl-compile snort-compile: libnet-compile libpcap-compile pcre-compile ifeq ($(BR2_PACKAGE_SNORT_MYSQL),y) |