Skip to content

Commit

Permalink
package/libopenssl: no-engine
Browse files Browse the repository at this point in the history
Even though the "no-engine" option effectively disables the compilation
of the engine, it still creates the installation directory, which ends up
being empty. For this reason, the patch does not remove the hook for
removing the directory if the BR2_PACKAGE_LIBOPENSSL_ENGINES option is
not enabled.

Signed-off-by: Dario Binacchi <[email protected]>
Signed-off-by: Yann E. MORIN <[email protected]>
  • Loading branch information
passgat authored and yann-morin-1998 committed Jun 23, 2024
1 parent e0bdc5d commit 623d3bb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package/libopenssl/libopenssl.mk
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ define LIBOPENSSL_CONFIGURE_CMDS
no-fuzz-afl \
no-afalgeng \
$(if $(BR2_PACKAGE_LIBOPENSSL_BIN),,no-apps) \
$(if $(BR2_PACKAGE_LIBOPENSSL_ENGINES),,no-engine) \
$(if $(BR2_PACKAGE_LIBOPENSSL_ENABLE_CHACHA),,no-chacha) \
$(if $(BR2_PACKAGE_LIBOPENSSL_ENABLE_RC2),,no-rc2) \
$(if $(BR2_PACKAGE_LIBOPENSSL_ENABLE_RC4),,no-rc4) \
Expand Down

0 comments on commit 623d3bb

Please sign in to comment.