Skip to content

Commit 6646054

Browse files
libcacard: make ready for llvm 21 (#13925)
ref: #13915 Signed-off-by: David Korczynski <[email protected]>
1 parent 03ea160 commit 6646054

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

projects/libcacard/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ mv $SRC/nss $SRC/nss-nspr/
2121
mv $SRC/nspr $SRC/nss-nspr/
2222
cd $SRC/nss-nspr/
2323
# We do not need NSS to be built with address sanitizer
24-
CFLAGS="" CXXFLAGS="" nss/build.sh --static
24+
CFLAGS="" CXXFLAGS="" nss/build.sh --static --disable-tests
2525

2626
# Create a package config for NSS
2727
cp dist/Debug/lib/pkgconfig/{nspr,nss}.pc

0 commit comments

Comments
 (0)