xf86_video_nested: disable fortify hardening

This commit is contained in:
Robin Gloster 2016-02-24 15:43:35 +00:00
parent 1b6fd9abb7
commit 81bb9407f9

View File

@ -16,10 +16,9 @@ stdenv.mkDerivation {
pkgconfig renderproto utilmacros xorgserver
];
hardening_fortify = false;
configurePhase = ''
./configure --prefix=$out CFLAGS="-I${pixman}/include/pixman-1"
'';
CFLAGS = "-I${pixman}/include/pixman-1";
meta = {
homepage = http://cgit.freedesktop.org/xorg/driver/xf86-video-nested;