mysql: fix dependencies
git-svn-id: svn://svn.openwrt.org/openwrt/packages@32201 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
9e65198549
commit
b95bcb663d
@ -37,7 +37,7 @@ endef
|
||||
define Package/mysql-server/Default
|
||||
SECTION:=utils
|
||||
CATEGORY:=Utilities
|
||||
DEPENDS:=+libmysqlclient +libncurses +libreadline
|
||||
DEPENDS:=+libmysqlclient +libpthread +libncursesw +libreadline
|
||||
TITLE:=MySQL Server
|
||||
URL:=http://dev.mysql.com/
|
||||
SUBMENU:=database
|
||||
@ -54,6 +54,7 @@ endef
|
||||
define Package/libmysqlclient_r
|
||||
$(call Package/libmysqlclient/Default)
|
||||
TITLE += threadsafe
|
||||
DEPENDS+= +libpthread
|
||||
endef
|
||||
|
||||
TARGET_CXX=g++-uc
|
||||
|
Loading…
x
Reference in New Issue
Block a user