Skip to content

Commit

Permalink
openssl-host: remove newline
Browse files Browse the repository at this point in the history
  • Loading branch information
fda77 committed Feb 18, 2025
1 parent 507a9ac commit 3f57ebc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion make/host-tools/openssl-host/openssl-host.mk
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ define $(PKG)_FIXHARDCODED
@for libfile in libcrypto libssl; do \
$(PATCHELF) --replace-needed $(1)$${libfile}.so.3 $(OPENSSL_HOST_DESTDIR)/$${libfile}.so.3 $(OPENSSL_HOST_TARGET_BINARY) ;\
done ;

endef

$(pkg)-fixhardcoded:
Expand Down

0 comments on commit 3f57ebc

Please sign in to comment.