Apparently the header for the compile stage variables got lost.

Signed-off-by: Roland Hieber <[email protected]>
---
 rules/nss.make | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/rules/nss.make b/rules/nss.make
index e71837e8e3a4..9364755f63c9 100644
--- a/rules/nss.make
+++ b/rules/nss.make
@@ -25,12 +25,17 @@ NSS_SUBDIR  := nss
 NSS_LICENSE    := MPL-2.0
 NSS_LICENSE_FILES      := \
        file://$(NSS_SUBDIR)/COPYING;md5=3b1e88e1b9c0b5a4b2881d46cce06a18
+
 # ----------------------------------------------------------------------------
 # Prepare
 # ----------------------------------------------------------------------------
 
 NSS_CONF_TOOL  := NO
 
+# ----------------------------------------------------------------------------
+# Compile
+# ----------------------------------------------------------------------------
+
 NSS_ARCH := $(call remove_quotes,$(PTXCONF_ARCH_STRING))
 ifdef PTXCONF_ARCH_ARM64
 NSS_ARCH := aarch64
-- 
2.27.0


_______________________________________________
ptxdist mailing list
[email protected]
To unsubscribe, send a mail with subject "unsubscribe" to 
[email protected]

Reply via email to