Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/external/bsd/libpcap PR/55599: Valery Ushakov: libpcap gets ...
details: https://anonhg.NetBSD.org/src/rev/64b245fead52
branches: trunk
changeset: 975480:64b245fead52
user: christos <christos%NetBSD.org@localhost>
date: Sat Aug 29 15:05:33 2020 +0000
description:
PR/55599: Valery Ushakov: libpcap gets SIGBUS on strictly aligned CPUs
Define LBL_ALIGN as suggested
diffstat:
external/bsd/libpcap/Makefile.inc | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diffs (14 lines):
diff -r 74f22a374761 -r 64b245fead52 external/bsd/libpcap/Makefile.inc
--- a/external/bsd/libpcap/Makefile.inc Sat Aug 29 14:47:26 2020 +0000
+++ b/external/bsd/libpcap/Makefile.inc Sat Aug 29 15:05:33 2020 +0000
@@ -1,7 +1,9 @@
-# $NetBSD: Makefile.inc,v 1.1 2020/03/29 17:12:45 christos Exp $
+# $NetBSD: Makefile.inc,v 1.2 2020/08/29 15:05:33 christos Exp $
SRCDIR := ${.PARSEDIR}/dist
+CPPFLAGS+=-DLBL_ALIGN
+
__sed: .USE
@rm -f ${.TARGET}
${TOOL_SED} \
Home |
Main Index |
Thread Index |
Old Index