pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/sysutils/xentools48
Module Name: pkgsrc
Committed By: joerg
Date: Thu Jun 22 16:09:54 UTC 2017
Modified Files:
pkgsrc/sysutils/xentools48: Makefile
Log Message:
Don't care about potentially unaligned access to packed structures.
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/sysutils/xentools48/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/sysutils/xentools48/Makefile
diff -u pkgsrc/sysutils/xentools48/Makefile:1.2 pkgsrc/sysutils/xentools48/Makefile:1.3
--- pkgsrc/sysutils/xentools48/Makefile:1.2 Thu Apr 13 13:08:34 2017
+++ pkgsrc/sysutils/xentools48/Makefile Thu Jun 22 16:09:53 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2017/04/13 13:08:34 bouyer Exp $
+# $NetBSD: Makefile,v 1.3 2017/06/22 16:09:53 joerg Exp $
#
VERSION= 4.8.0
VERSION_IPXE= 827dd1bfee67daa683935ce65316f7e0f057fe1c
@@ -281,7 +281,8 @@ EXTRA_CFLAGS+= -Wno-error=ignored-attrib
-Wno-error=unused-const-variable \
-Wno-error=gnu-designator -Wno-error=uninitialized \
-Wno-error=parentheses-equality \
- -Wno-error=enum-conversion
+ -Wno-error=enum-conversion \
+ -Wno-error=address-of-packed-member
BUILDLINK_TRANSFORM+= rm:-falign-jumps=1 rm:-falign-loops=1 \
rm:-mpreferred-stack-boundary=2
.endif
Home |
Main Index |
Thread Index |
Old Index