Skip to content

Commit

Permalink
Merge pull request #36353 from xeji/xen-4-8
Browse files Browse the repository at this point in the history
xen 4.8: fix gcc7-related build errors
  • Loading branch information
Mic92 committed Mar 5, 2018
2 parents 5fe1be8 + c84cf5f commit c7a92f3
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions pkgs/applications/virtualization/xen/4.8.nix
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,18 @@ let

xsa = import ./xsa-patches.nix { inherit fetchpatch; };

xenlockprofpatch = (fetchpatch {
name = "xenlockprof-gcc7.patch";
url = "https://xenbits.xen.org/gitweb/?p=xen.git;a=patch;h=f49fa658b53580cf2ad354d2bf1796766cc11222";
sha256 = "1lvzfvkqirknivm8q4cg5byfqz49s16zjk65fkwl3kwb03chky70";
});

xenpmdpatch = (fetchpatch {
name = "xenpmd-gcc7.patch";
url = "https://xenbits.xen.org/gitweb/?p=xen.git;a=patch;h=2d78f78a14528752266982473c07118f1bc336e3";
sha256 = "1ki295pymbcfc64sjb9wqfwpv19p8vwgmnxankada3vm4fxg2rhq";
});

qemuDeps = [
udev pciutils xorg.libX11 SDL pixman acl glusterfs spice-protocol usbredir
alsaLib
Expand Down Expand Up @@ -158,6 +170,8 @@ callPackage (import ./generic.nix (rec {
XSA_249
XSA_250
XSA_251_48
xenlockprofpatch
xenpmdpatch
];

# Fix build on Glibc 2.24.
Expand Down

0 comments on commit c7a92f3

Please sign in to comment.