* [Buildroot] [PATCH 1/1] package/pound: force libopenssl
@ 2023-10-12 20:40 Fabrice Fontaine
2023-10-15 8:53 ` Peter Korsgaard
2023-10-15 18:22 ` Peter Korsgaard
0 siblings, 2 replies; 3+ messages in thread
From: Fabrice Fontaine @ 2023-10-12 20:40 UTC (permalink / raw)
To: buildroot; +Cc: Fabrice Fontaine
Force libopenssl to avoid the following build failure with libressl
raised since bump to version 4.8 in commit
525cb6a8fbe04a959ea6e3a21a3f6f8828d7e9dc:
pound.c: In function 'main':
pound.c:971:27: error: 'l_id' undeclared (first use in this function)
971 | CRYPTO_set_id_callback (l_id);
| ^~~~
Fixes:
- http://autobuild.buildroot.org/results/692db714aa8b0dcfb67fd99977fb6f33c5d4810c
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
---
package/pound/Config.in | 1 +
1 file changed, 1 insertion(+)
diff --git a/package/pound/Config.in b/package/pound/Config.in
index 60fafff935..aa0f103273 100644
--- a/package/pound/Config.in
+++ b/package/pound/Config.in
@@ -4,6 +4,7 @@ config BR2_PACKAGE_POUND
depends on BR2_TOOLCHAIN_HAS_THREADS
depends on BR2_USE_MMU # fork()
select BR2_PACKAGE_OPENSSL
+ select BR2_PACKAGE_OPENSSL_FORCE_LIBOPENSSL
help
The Pound program is a reverse proxy, load balancer and HTTPS
front-end for Web server(s). Pound was developed to enable
--
2.42.0
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply related [flat|nested] 3+ messages in thread* Re: [Buildroot] [PATCH 1/1] package/pound: force libopenssl 2023-10-12 20:40 [Buildroot] [PATCH 1/1] package/pound: force libopenssl Fabrice Fontaine @ 2023-10-15 8:53 ` Peter Korsgaard 2023-10-15 18:22 ` Peter Korsgaard 1 sibling, 0 replies; 3+ messages in thread From: Peter Korsgaard @ 2023-10-15 8:53 UTC (permalink / raw) To: Fabrice Fontaine; +Cc: buildroot >>>>> "Fabrice" == Fabrice Fontaine <fontaine.fabrice@gmail.com> writes: > Force libopenssl to avoid the following build failure with libressl > raised since bump to version 4.8 in commit > 525cb6a8fbe04a959ea6e3a21a3f6f8828d7e9dc: > pound.c: In function 'main': > pound.c:971:27: error: 'l_id' undeclared (first use in this function) > 971 | CRYPTO_set_id_callback (l_id); > | ^~~~ > Fixes: > - http://autobuild.buildroot.org/results/692db714aa8b0dcfb67fd99977fb6f33c5d4810c > Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Committed, thanks. -- Bye, Peter Korsgaard _______________________________________________ buildroot mailing list buildroot@buildroot.org https://lists.buildroot.org/mailman/listinfo/buildroot ^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [Buildroot] [PATCH 1/1] package/pound: force libopenssl 2023-10-12 20:40 [Buildroot] [PATCH 1/1] package/pound: force libopenssl Fabrice Fontaine 2023-10-15 8:53 ` Peter Korsgaard @ 2023-10-15 18:22 ` Peter Korsgaard 1 sibling, 0 replies; 3+ messages in thread From: Peter Korsgaard @ 2023-10-15 18:22 UTC (permalink / raw) To: Fabrice Fontaine; +Cc: buildroot >>>>> "Fabrice" == Fabrice Fontaine <fontaine.fabrice@gmail.com> writes: > Force libopenssl to avoid the following build failure with libressl > raised since bump to version 4.8 in commit > 525cb6a8fbe04a959ea6e3a21a3f6f8828d7e9dc: > pound.c: In function 'main': > pound.c:971:27: error: 'l_id' undeclared (first use in this function) > 971 | CRYPTO_set_id_callback (l_id); > | ^~~~ > Fixes: > - http://autobuild.buildroot.org/results/692db714aa8b0dcfb67fd99977fb6f33c5d4810c > Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Committed to 2023.08.x, thanks. -- Bye, Peter Korsgaard _______________________________________________ buildroot mailing list buildroot@buildroot.org https://lists.buildroot.org/mailman/listinfo/buildroot ^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2023-10-15 18:23 UTC | newest] Thread overview: 3+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2023-10-12 20:40 [Buildroot] [PATCH 1/1] package/pound: force libopenssl Fabrice Fontaine 2023-10-15 8:53 ` Peter Korsgaard 2023-10-15 18:22 ` Peter Korsgaard
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox