|
@@ -11,7 +11,7 @@ STUNNEL_DEPENDENCIES = openssl
|
|
STUNNEL_CONF_OPTS = --with-ssl=$(STAGING_DIR)/usr --with-threads=fork \
|
|
STUNNEL_CONF_OPTS = --with-ssl=$(STAGING_DIR)/usr --with-threads=fork \
|
|
--disable-libwrap
|
|
--disable-libwrap
|
|
STUNNEL_CONF_ENV = \
|
|
STUNNEL_CONF_ENV = \
|
|
- ax_cv_check_cflags___fstack_protector=$(if $(BR2_ENABLE_SSP),yes,no)
|
|
|
|
|
|
+ ax_cv_check_cflags___fstack_protector=$(if $(BR2_TOOLCHAIN_HAS_SSP),yes,no)
|
|
STUNNEL_LICENSE = GPLv2+
|
|
STUNNEL_LICENSE = GPLv2+
|
|
STUNNEL_LICENSE_FILES = COPYING COPYRIGHT.GPL
|
|
STUNNEL_LICENSE_FILES = COPYING COPYRIGHT.GPL
|
|
|
|
|