Add libmysqclient dependency to nprobe (#3306)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@10746 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
2157c962c5
commit
24b1f674f7
@ -23,11 +23,11 @@ PKG_BUILD_DIR:=$(BUILD_DIR)/nProbe
|
||||
include $(INCLUDE_DIR)/package.mk
|
||||
|
||||
define Package/nprobe
|
||||
SECTION:=utils
|
||||
CATEGORY:=Utilities
|
||||
DEPENDS:=+libpcap +libpcre +libpthread +libwrap
|
||||
TITLE:=nProbe
|
||||
URL:=http://invisible-island.net/dialog/
|
||||
SECTION:=utils
|
||||
CATEGORY:=Utilities
|
||||
DEPENDS:=+libpcap +libpcre +libpthread +libwrap +libmysqlclient
|
||||
TITLE:=nProbe
|
||||
URL:=http://invisible-island.net/dialog/
|
||||
endef
|
||||
|
||||
define Package/nprobe/description
|
||||
|
Loading…
x
Reference in New Issue
Block a user