The provided Config.in was never sourced from the Makefile, making it
impossible to toggle TLS support.
This commit adds the necessary Makefile glue to fix this.
Also default to TLS disabled, as was the de-facto case since Config.in
was never sourced (and thus the default 'y' never enabled).
Signed-off-by: Thibaut VARÈNE <[email protected]>
config RADCLI_TLS
bool "enable TLS support"
- default y
endmenu
PKG_INSTALL:=1
PKG_BUILD_PARALLEL:=1
+PKG_CONFIG_DEPENDS := CONFIG_RADCLI_TLS
+
include $(INCLUDE_DIR)/package.mk
define Package/libradcli
compatible with it.
endef
+define Package/libradcli/config
+ source "$(SOURCE)/Config.in"
+endef
+
CONFIGURE_ARGS+= \
--enable-legacy-compat