From: acinonyx Date: Wed, 25 Jan 2012 13:23:25 +0000 (+0000) Subject: [packages] mysql: Add missing dependencies X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=1fc4821c77931557a9040880b53d85e2cb023ebd;p=packages.git [packages] mysql: Add missing dependencies git-svn-id: svn://svn.openwrt.org/openwrt/packages@29908 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/libs/mysql/Makefile b/libs/mysql/Makefile index d29e3306a..fdd822043 100644 --- a/libs/mysql/Makefile +++ b/libs/mysql/Makefile @@ -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