|
@@ -15,7 +15,7 @@ LINKNX_CONF_OPTS = \
|
|
--with-pth=$(STAGING_DIR)/usr \
|
|
--with-pth=$(STAGING_DIR)/usr \
|
|
--disable-smtp
|
|
--disable-smtp
|
|
|
|
|
|
-LINKNX_DEPENDENCIES = libpthsem
|
|
|
|
|
|
+LINKNX_DEPENDENCIES = libpthsem $(if $(BR2_PACKAGE_ARGP_STANDALONE),argp-standalone)
|
|
|
|
|
|
ifeq ($(BR2_PACKAGE_MYSQL),y)
|
|
ifeq ($(BR2_PACKAGE_MYSQL),y)
|
|
LINKNX_CONF_OPTS += --with-mysql=$(STAGING_DIR)/usr/bin/mysql_config
|
|
LINKNX_CONF_OPTS += --with-mysql=$(STAGING_DIR)/usr/bin/mysql_config
|