All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] package/stunnel: fix STUNNEL_CONF_ENV
@ 2026-07-05 16:45 Waldemar Brodkorb
  2026-08-08 17:51 ` Thomas Petazzoni via buildroot
  0 siblings, 1 reply; 2+ messages in thread
From: Waldemar Brodkorb @ 2026-07-05 16:45 UTC (permalink / raw)
  To: buildroot; +Cc: Pierre-Jean Texier

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 <wbx@openadk.org>
---
 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 8bd680af32..59321f910a 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
-- 
2.47.3

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [Buildroot] [PATCH] package/stunnel: fix STUNNEL_CONF_ENV
  2026-07-05 16:45 [Buildroot] [PATCH] package/stunnel: fix STUNNEL_CONF_ENV Waldemar Brodkorb
@ 2026-08-08 17:51 ` Thomas Petazzoni via buildroot
  0 siblings, 0 replies; 2+ messages in thread
From: Thomas Petazzoni via buildroot @ 2026-08-08 17:51 UTC (permalink / raw)
  To: Waldemar Brodkorb; +Cc: buildroot, Pierre-Jean Texier

On Sun, Jul 05, 2026 at 06:45:33PM +0200, Waldemar Brodkorb wrote:
> 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 <wbx@openadk.org>

Applied to master, thanks!

Thomas
-- 
Thomas Petazzoni, co-owner and CEO, Bootlin
Embedded Linux and Kernel engineering and training
https://bootlin.com
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2026-08-08 17:51 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-07-05 16:45 [Buildroot] [PATCH] package/stunnel: fix STUNNEL_CONF_ENV Waldemar Brodkorb
2026-08-08 17:51 ` Thomas Petazzoni via buildroot

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.