NetBSD-Bugs archive

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

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



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

From: "Taylor R Campbell" <riastradh%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/58829 CVS commit: src/tests/lib/libarchive
Date: Thu, 21 Nov 2024 20:14:07 +0000

 Module Name:	src
 Committed By:	riastradh
 Date:		Thu Nov 21 20:14:07 UTC 2024
 
 Modified Files:
 	src/tests/lib/libarchive: Makefile
 
 Log Message:
 tests/lib/libarchive: Link against libarchive statically.
 
 The tests reach into libarchive guts, so they don't work with only
 the public symbols, which are all that libarchive.so exports now.
 
 PR lib/58829: libarchive exports excess symbols
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.15 -r1.16 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