]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commitdiff
linknx: fix dependencies
authorGustavo Zacarias <gustavo@zacarias.com.ar>
Mon, 13 May 2013 00:52:29 +0000 (00:52 +0000)
committerPeter Korsgaard <jacmet@sunsite.dk>
Mon, 13 May 2013 11:24:48 +0000 (13:24 +0200)
The mysql_client is set instead of added, thus eliminating libpthsem.

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
package/linknx/linknx.mk

index 54e04267cd44ba970d26be547e83bf05bf61d573..701eabf1a124b9fcc89e56c45b7556a54e766ff2 100644 (file)
@@ -15,7 +15,7 @@ LINKNX_DEPENDENCIES = libpthsem
 
 ifeq ($(BR2_PACKAGE_MYSQL_CLIENT),y)
 LINKNX_CONF_OPT += --with-mysql=$(STAGING_DIR)/usr/bin/mysql_config
-LINKNX_DEPENDENCIES = mysql_client
+LINKNX_DEPENDENCIES += mysql_client
 else
 LINKNX_CONF_OPT += --without-mysql
 endif