diff mbox series

[1/1] package/pound: force libopenssl

Message ID 20231012204047.243690-1-fontaine.fabrice@gmail.com
State Accepted
Headers show
Series [1/1] package/pound: force libopenssl | expand

Commit Message

Fabrice Fontaine Oct. 12, 2023, 8:40 p.m. UTC
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(+)

Comments

Peter Korsgaard Oct. 15, 2023, 8:53 a.m. UTC | #1
>>>>> "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.
Peter Korsgaard Oct. 15, 2023, 6:22 p.m. UTC | #2
>>>>> "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.
diff mbox series

Patch

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