From: Vasilis Tsiligiannis Date: Wed, 25 Jan 2012 13:23:25 +0000 (+0000) Subject: [packages] mysql: Add missing dependencies X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=801a96d71943411dd2298d0d7f544851eb0d2e2d;p=openwrt%2Fsvn-archive%2Farchive.git [packages] mysql: Add missing dependencies SVN-Revision: 29908 --- diff --git a/libs/mysql/Makefile b/libs/mysql/Makefile index d29e3306a3..fdd822043c 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