package/libnss: fix overridden typo in patch description

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
(cherry picked from commit 339c50ecdc)
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
Peter Korsgaard
2024-09-14 09:19:26 +02:00
parent 7495b6bb4f
commit b4c08cf470

View File

@@ -5,7 +5,7 @@ Subject: [PATCH] Bug 1801182 - Allow overriding OS_ARCH, OS_TEST and
OS_RELEASE in Makefile
Starting from Make 4.3.91 simple expanded variables can't be safely
overriden via command line anymore, so let's use conditional expanded
overridden via command line anymore, so let's use conditional expanded
variables to override OS_ARCH, OS_TEST and OS_RELEASE.
Signed-off-by: Giulio Benetti <giulio.benetti@benettiengineering.com>