Subject: CVS commit: pkgsrc/sysutils/xentools411
From: Maya Rashish
Date: 2019-11-03 11:07:17
Message id: 20191103100717.478C8FA93@cvs.NetBSD.org

Log Message:
xentools411: backport upstream commit to work around compilation issue
with GCC>=8 and _FORTIFY_SOURCE.

GCC refuses to inline functions with different target attributes.
SSP headers (upstream GCC and netbsd's) use always_inline.

If we reduce the target options ("no SSE") then it can't inline the
default options (yes SSE) ssp/string.h functions.

PR toolchain/54672

Files:
RevisionActionfile
1.7modifypkgsrc/sysutils/xentools411/distinfo
1.1addpkgsrc/sysutils/xentools411/patches/patch-always_inline