[packages] mysql: Add missing dependencies

git-svn-id: svn://svn.openwrt.org/openwrt/packages@29908 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
acinonyx 2012-01-25 13:23:25 +00:00
parent 6dd32a3202
commit 1fc4821c77

View File

@ -1,5 +1,5 @@
#
# Copyright (C) 2006-2011 OpenWrt.org
# Copyright (C) 2006-2012 OpenWrt.org
#
# This is free software, licensed under the GNU General Public License v2.
# See /LICENSE for more information.
@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=mysql
PKG_VERSION:=5.1.53
PKG_RELEASE:=5
PKG_RELEASE:=6
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=\
@ -37,7 +37,7 @@ endef
define Package/mysql-server/Default
SECTION:=utils
CATEGORY:=Utilities
DEPENDS:=+libmysqlclient
DEPENDS:=+libmysqlclient +libncurses +libreadline
TITLE:=MySQL Server
URL:=http://dev.mysql.com/
SUBMENU:=database