d/patches: fix 'upstream' test suite

Those two missing spaces made the build of the libsubid/04_nss test
to fail.
This commit is contained in:
Florent 'Skia' Jacquet
2024-12-03 16:14:56 +01:00
parent 6605806a6d
commit b0619a14cd
2 changed files with 2 additions and 2 deletions

View File

@@ -19,4 +19,4 @@ index 79c2fc9..bf2699f 100644
+basedir := $(BUILD_BASE_DIR)
test_nss: test_nss.c $(basedir)/lib/nss.c
gcc -c -I$(basedir)/lib/ -I$(basedir)-o test_nss.o test_nss.c
gcc -c -I$(basedir)/lib/ -I$(basedir) -o test_nss.o test_nss.c

View File

@@ -80,7 +80,7 @@ index dd5acf7..79c2fc9 100644
+basedir := $(BASE_TEST_DIR)
+
+test_nss: test_nss.c $(basedir)/lib/nss.c
+ gcc -c -I$(basedir)/lib/ -I$(basedir)-o test_nss.o test_nss.c
+ gcc -c -I$(basedir)/lib/ -I$(basedir) -o test_nss.o test_nss.c
+ gcc -o test_nss test_nss.o $(basedir)/lib/.libs/libshadow.a -ldl
libsubid_zzz.so: libsubid_zzz.c