Skip to content

Commit

Permalink
package/pound: force libopenssl
Browse files Browse the repository at this point in the history
Force libopenssl to avoid the following build failure with libressl
raised since bump to version 4.8 in commit
525cb6a:

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>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
  • Loading branch information
ffontaine authored and jacmet committed Oct 15, 2023
1 parent 796ebbc commit 648502b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package/pound/Config.in
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 648502b

Please sign in to comment.