Module Name: src Committed By: christos Date: Thu Jul 4 01:19:44 UTC 2024
Modified Files: src/tools/binutils: Makefile Log Message: Disable zstd for now (used for compressing debugging symbols). It brings in /usr/pkg/lib which has bad side effects (if for example libiberty is installed it picks it twice). To generate a diff of this commit: cvs rdiff -u -r1.38 -r1.39 src/tools/binutils/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/tools/binutils/Makefile diff -u src/tools/binutils/Makefile:1.38 src/tools/binutils/Makefile:1.39 --- src/tools/binutils/Makefile:1.38 Sat Nov 25 07:11:27 2023 +++ src/tools/binutils/Makefile Wed Jul 3 21:19:44 2024 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.38 2023/11/25 12:11:27 rin Exp $ +# $NetBSD: Makefile,v 1.39 2024/07/04 01:19:44 christos Exp $ .include <bsd.hostinit.mk> @@ -18,6 +18,7 @@ BASE_CONFIGURE_ARGS= \ ${BRANDING} CONFIGURE_ARGS= --disable-nls --disable-werror \ + --with-zstd=no \ --program-transform-name="s,^,${MACHINE_GNU_PLATFORM}-," \ ${BASE_CONFIGURE_ARGS}