pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/binutils
Module Name: pkgsrc
Committed By: jperkin
Date: Sat Jan 28 12:26:05 UTC 2023
Modified Files:
pkgsrc/devel/binutils: Makefile
Log Message:
binutils: Disable STRIP_DEBUG_SUPPORTED.
Something changed in the 2.40 update that means stripping ar(1) results
in a broken binary.
To generate a diff of this commit:
cvs rdiff -u -r1.109 -r1.110 pkgsrc/devel/binutils/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/binutils/Makefile
diff -u pkgsrc/devel/binutils/Makefile:1.109 pkgsrc/devel/binutils/Makefile:1.110
--- pkgsrc/devel/binutils/Makefile:1.109 Sat Jan 14 20:11:04 2023
+++ pkgsrc/devel/binutils/Makefile Sat Jan 28 12:26:05 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.109 2023/01/14 20:11:04 fcambus Exp $
+# $NetBSD: Makefile,v 1.110 2023/01/28 12:26:05 jperkin Exp $
DISTNAME= binutils-2.40
CATEGORIES= devel
@@ -12,6 +12,8 @@ LICENSE= gnu-gpl-v2 AND gnu-gpl-v3 AND g
CONFLICTS= avr-binutils<2.13.2.1nb1
+STRIP_DEBUG_SUPPORTED= no
+
USE_PKGLOCALEDIR= yes
REPLACE_LOCALEDIR_PATTERNS+= Make-in
Home |
Main Index |
Thread Index |
Old Index