X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/c8333d1ee876d6860d64b0653d1196069bcfc034..a019de8ec9cac08928bfbc6395daa7d71f7a3daf:/package/Makefile diff --git a/package/Makefile b/package/Makefile index 0df4d1792..5f9a3f366 100644 --- a/package/Makefile +++ b/package/Makefile @@ -85,6 +85,9 @@ 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 +package-$(BR2_PACKAGE_HTPDATE) += htpdate +package-$(BR2_PACKAGE_OSIRISD) += osiris 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 +134,8 @@ fprobe-compile: libpcap-compile cyrus-sasl-compile: openssl-compile openldap-compile: cyrus-sasl-compile openssl-compile siproxd-compile: libosip2-compile +sipsak-compile: openssl-compile +osiris-compile: openssl-compile snort-compile: libnet-compile libpcap-compile pcre-compile ifeq ($(BR2_PACKAGE_SNORT_MYSQL),y)