Module Name:    src
Committed By:   christos
Date:           Mon Jun 10 00:35:38 UTC 2024

Modified Files:
        src/tests/lib/libarchive: Makefile

Log Message:
make it build (should add more tests)


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/tests/lib/libarchive/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/tests/lib/libarchive/Makefile
diff -u src/tests/lib/libarchive/Makefile:1.7 src/tests/lib/libarchive/Makefile:1.8
--- src/tests/lib/libarchive/Makefile:1.7	Sun Jun  9 18:12:46 2024
+++ src/tests/lib/libarchive/Makefile	Sun Jun  9 20:35:38 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2024/06/09 22:12:46 kre Exp $
+# $NetBSD: Makefile,v 1.8 2024/06/10 00:35:38 christos Exp $
 
 NOMAN=
 
@@ -608,4 +608,5 @@ list.h: ${SRCS.h_libarchive} Makefile
 	    ${TOOL_GREP} -v test_compat_pax_libarchive_2x > ${.TARGET}
 
 COPTS.test_archive_string_conversion.c+=	${CC_WNO_STRINGOP_TRUNCATION}
+COPTS.test_main.c+=	${CC_WNO_STRINGOP_OVERFLOW}
 

Reply via email to