mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-26 03:50:44 -09:00
ca-certificates: use $(TARGET_MAKE_ENV) when calling $(MAKE)
Signed-off-by: Gustavo Zacarias <gustavo.zacarias@free-electrons.com> Reviewed-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
committed by
Thomas Petazzoni
parent
f716a41bda
commit
a0261d3368
@@ -22,7 +22,7 @@ endef
|
||||
define CA_CERTIFICATES_INSTALL_TARGET_CMDS
|
||||
$(INSTALL) -d -m 0755 $(TARGET_DIR)/usr/share/ca-certificates
|
||||
$(INSTALL) -d -m 0755 $(TARGET_DIR)/etc/ssl/certs
|
||||
$(MAKE) -C $(@D) install DESTDIR=$(TARGET_DIR)
|
||||
$(TARGET_MAKE_ENV) $(MAKE) -C $(@D) install DESTDIR=$(TARGET_DIR)
|
||||
rm -f $(TARGET_DIR)/usr/sbin/update-ca-certificates
|
||||
|
||||
# Remove any existing certificates under /etc/ssl/certs
|
||||
|
||||
Reference in New Issue
Block a user