pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
bind920: add commented-out -fsanitize=thread, broken in -current.
Module Name: pkgsrc-wip
Committed By: Havard Eidnes <he%NetBSD.org@localhost>
Pushed By: he
Date: Tue Apr 1 08:46:38 2025 +0000
Changeset: 18ed78a8edc87a23a771662fdf8479e109e49fdd
Modified Files:
bind920/Makefile
Log Message:
bind920: add commented-out -fsanitize=thread, broken in -current.
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=18ed78a8edc87a23a771662fdf8479e109e49fdd
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
bind920/Makefile | 3 +++
1 file changed, 3 insertions(+)
diffs:
diff --git a/bind920/Makefile b/bind920/Makefile
index 7c08fb1385..9cdd98fd3f 100644
--- a/bind920/Makefile
+++ b/bind920/Makefile
@@ -35,6 +35,9 @@ CONFIGURE_ARGS+= --disable-linux-caps
# Compile with debug info
CFLAGS+= -g
+# Sadly, broken in -current, ref. PR#59189
+#CFLAGS+= -g -fsanitize=thread
+#LDFLAGS+= -g -fsanitize=thread
CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR}
CONFIGURE_ARGS+= --localstatedir=${VARBASE}
Home |
Main Index |
Thread Index |
Old Index