mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-10 08:14:09 -09:00
package/libopenssl: replace engines-1.1 to engines-3
The bump to version 3.0.9 in commit3c66f65a6a(package/libopenssl: bump version to 3.0.9), and all subsequent updates, forgot to change the directory name, which remained that of version 1.1. The patch fixes the directory name to be consistent with the version. In the case the library was not built with engine support, this resulted in the presence of files in the root file system that should have been removed. Fixes:3c66f65a6aSigned-off-by: Dario Binacchi <dario.binacchi@amarulasolutions.com> Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr> (cherry picked from commit7f9291bfe4) Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
committed by
Peter Korsgaard
parent
5a7cffde18
commit
8fed4803e3
@@ -166,7 +166,7 @@ endif
|
||||
|
||||
ifneq ($(BR2_PACKAGE_LIBOPENSSL_ENGINES),y)
|
||||
define LIBOPENSSL_REMOVE_LIBOPENSSL_ENGINES
|
||||
$(RM) -rf $(TARGET_DIR)/usr/lib/engines-1.1
|
||||
$(RM) -rf $(TARGET_DIR)/usr/lib/engines-3
|
||||
endef
|
||||
LIBOPENSSL_POST_INSTALL_TARGET_HOOKS += LIBOPENSSL_REMOVE_LIBOPENSSL_ENGINES
|
||||
endif
|
||||
|
||||
Reference in New Issue
Block a user