[packages] snort: add libuuid as dependency
Signed-off-by: Jiri Slachta <slachta@cesnet.cz> git-svn-id: svn://svn.openwrt.org/openwrt/packages@37238 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
77fa40438b
commit
d687c4921d
@ -26,7 +26,7 @@ define Package/snort/Default
|
||||
SUBMENU:=Firewall
|
||||
SECTION:=net
|
||||
CATEGORY:=Network
|
||||
DEPENDS:=+libpcap +libpcre +libdnet +libdaq +libpthread +zlib
|
||||
DEPENDS:=+libpcap +libpcre +libdnet +libdaq +libpthread +libuuid +zlib
|
||||
TITLE:=Lightweight Network Intrusion Detection System
|
||||
URL:=http://www.snort.org/
|
||||
endef
|
||||
@ -62,7 +62,7 @@ endef
|
||||
|
||||
define Package/snort-pgsql
|
||||
$(call Package/snort/Default)
|
||||
DEPENDS+= +libpq
|
||||
DEPENDS+= +libpq +libuuid
|
||||
TITLE+= (PostgreSQL)
|
||||
VARIANT:=pgsql
|
||||
endef
|
||||
|
Loading…
x
Reference in New Issue
Block a user