linknx: fix dependencies
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>
This commit is contained in:
parent
8e384dcb8f
commit
0651830447
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user