pkgsrc-Bugs archive

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

PR/58855 CVS commit: pkgsrc/security/libb2



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

From: "Benny Siegert" <bsiegert%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/58855 CVS commit: pkgsrc/security/libb2
Date: Sat, 27 Sep 2025 15:20:51 +0000

 Module Name:	pkgsrc
 Committed By:	bsiegert
 Date:		Sat Sep 27 15:20:51 UTC 2025
 
 Modified Files:
 	pkgsrc/security/libb2: Makefile
 
 Log Message:
 libb2: disable arch-native code
 
 In the default configuration, libb2 will compile with "-march=native"
 compiler flags. This means that the compiled package might not work when
 used on a different machine of the same architecture, e.g. one without
 AVX512.
 
 Fixes PR pkg/58855 by Simon Burge, sorry for taking so long :)
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.3 -r1.4 pkgsrc/security/libb2/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