[Buildroot] [git commit] package/stunnel: fix STUNNEL_CONF_ENV
Thomas Petazzoni via buildroot <[email protected]>
| Newsgroups | net.busybox.buildroot |
|---|---|
| Message-ID | <[email protected]> |
commit: https://gitlab.com/buildroot.org/buildroot/-/commit/7241fb2db05ec5e6f584a3965aed483ac2d673e0 branch: https://gitlab.com/buildroot.org/buildroot/-/tree/master In commit 45d056e7bf69aca4a036aba83e2573301996e9e0 stunnel got an update to 5.78, but missed a change in configure.ac/configure. Update STUNNEL_CONF_ENV accordingely. Fixes: - https://autobuild.buildroot.net/results/69b/69b87d600ef9fa1d4eb8f65a7282c53808faf362/ - https://autobuild.buildroot.net/results/b87/b87040d5264befa18da213d460f28a214410386b/ Signed-off-by: Waldemar Brodkorb <[email protected]> Signed-off-by: Thomas Petazzoni <[email protected]> --- package/stunnel/stunnel.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/stunnel/stunnel.mk b/package/stunnel/stunnel.mk index adae204148..ef93dc6073 100644 --- a/package/stunnel/stunnel.mk +++ b/package/stunnel/stunnel.mk @@ -10,7 +10,7 @@ STUNNEL_DEPENDENCIES = host-pkgconf openssl STUNNEL_CONF_OPTS = --with-ssl=$(STAGING_DIR)/usr --with-threads=fork \ --disable-libwrap STUNNEL_CONF_ENV = \ - ax_cv_check_cflags___fstack_protector=$(if $(BR2_TOOLCHAIN_HAS_SSP),yes,no) \ + ax_cv_check_cflags___fstack_protector_strong=$(if $(BR2_TOOLCHAIN_HAS_SSP),yes,no) \ LIBS=`$(PKG_CONFIG_HOST_BINARY) --libs openssl` STUNNEL_LICENSE = GPL-2.0+ STUNNEL_LICENSE_FILES = COPYING.md COPYRIGHT.md _______________________________________________ buildroot mailing list [email protected] https://lists.buildroot.org/mailman/listinfo/buildroot