Loading
+1 −0
Original line number Diff line number Diff line
config BR2_PACKAGE_LINKNX
	bool "linknx"
	select BR2_PACKAGE_LIBPTHSEM
	select BR2_PACKAGE_ARGP_STANDALONE if BR2_TOOLCHAIN_USES_UCLIBC
	depends on BR2_INSTALL_LIBSTDCPP
	depends on BR2_USE_MMU # libpthsem
	help
+1 −1
Original line number Diff line number Diff line
@@ -15,7 +15,7 @@ LINKNX_CONF_OPTS = \
	--with-pth=$(STAGING_DIR)/usr \
	--disable-smtp

LINKNX_DEPENDENCIES = libpthsem
LINKNX_DEPENDENCIES = libpthsem $(if $(BR2_PACKAGE_ARGP_STANDALONE),argp-standalone)

ifeq ($(BR2_PACKAGE_MYSQL),y)
LINKNX_CONF_OPTS += --with-mysql=$(STAGING_DIR)/usr/bin/mysql_config