projects
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9e65198
)
mysql: fix dependencies
author
nbd
<nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Mon, 11 Jun 2012 20:33:32 +0000
(20:33 +0000)
committer
nbd
<nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Mon, 11 Jun 2012 20:33:32 +0000
(20:33 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@32201
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
libs/mysql/Makefile
patch
|
blob
|
history
diff --git
a/libs/mysql/Makefile
b/libs/mysql/Makefile
index
5b0f72d
..
a039f4e
100644
(file)
--- a/
libs/mysql/Makefile
+++ b/
libs/mysql/Makefile
@@
-37,7
+37,7
@@
endef
define Package/mysql-server/Default
SECTION:=utils
CATEGORY:=Utilities
- DEPENDS:=+libmysqlclient +lib
ncurses
+libreadline
+ DEPENDS:=+libmysqlclient +lib
pthread +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