mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-31 15:07:43 +00:00
package/openssl: STRIP_STRIP_ALL should be used for binaries
This commit is contained in:
parent
df1f80d645
commit
32c9952c3f
@ -58,7 +58,7 @@ $(OPENSSL_TARGET_BUILD):
|
|||||||
$(OPENSSL_HOOK_POST_INSTALL):
|
$(OPENSSL_HOOK_POST_INSTALL):
|
||||||
$(if $(BR2_HAVE_DEVFILES),,rm -rf $(TARGET_DIR)/usr/lib/ssl)
|
$(if $(BR2_HAVE_DEVFILES),,rm -rf $(TARGET_DIR)/usr/lib/ssl)
|
||||||
ifeq ($(BR2_PACKAGE_OPENSSL_BIN),y)
|
ifeq ($(BR2_PACKAGE_OPENSSL_BIN),y)
|
||||||
$(STRIPCMD) $(STRIP_STRIP_UNNEEDED) $(TARGET_DIR)/usr/bin/openssl
|
$(STRIPCMD) $(STRIP_STRIP_ALL) $(TARGET_DIR)/usr/bin/openssl
|
||||||
else
|
else
|
||||||
rm -f $(TARGET_DIR)/usr/bin/openssl
|
rm -f $(TARGET_DIR)/usr/bin/openssl
|
||||||
endif
|
endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user