NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

PR/60560 CVS commit: src/tests/lib/libarchive



The following reply was made to PR lib/60560; it has been noted by GNATS.

From: "Taylor R Campbell" <riastradh%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/60560 CVS commit: src/tests/lib/libarchive
Date: Fri, 21 Aug 2026 22:12:42 +0000

 Module Name:	src
 Committed By:	riastradh
 Date:		Fri Aug 21 22:12:42 UTC 2026
 
 Modified Files:
 	src/tests/lib/libarchive: Makefile
 
 Log Message:
 libarchive: Avoid collision with LIBARCHIVE variable in makefile.
 
 It was both the path to the .a file for DPADD, and the path to the
 source directory.  Can't be both, and the source directory is purely
 local while the .a file is used in other makefiles, so let's call the
 source directory LIBARCHIVEDIR instead.
 
 Found while trying to diagnose:
 
 PR lib/60560: libarchive tests are failing
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.20 -r1.21 src/tests/lib/libarchive/Makefile
 
 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.
 



Home | Main Index | Thread Index | Old Index