methril

archlinux_xen

May 3rd, 2014
240
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.18 KB | None | 0 0
  1. --- PKGBUILD.orig
  2. +++ PKGBUILD
  3. @@ -34,6 +34,7 @@
  4. 09_xen
  5. ati-passthrough.patch
  6. xsa89.patch
  7. + localgcc490fix.patch
  8. proc-xen.mount
  9. var-lib-xenstored.mount
  10. xenconsoled.service
  11. @@ -69,6 +70,7 @@
  12. 'c234fb7abc245593580e33516215bbc450b390ba77ef5a536951b224c4273e65'
  13. 'd93c2d5bcdf0c3e4c6e8efb357cb4b9d618209025361f5ccd9d03651a8acd7a3'
  14. '741c8fbbfa8e425d8debba17135d4c2e1e962d15717769bc93d68a65b5dc5ea6'
  15. + '695d80d1c8d35a0c6776a88741811c3b171116fcd9bf1200e1096e2063ef3235'
  16. '139eed988bfaf8edc8ccdfd0b668382bd63db48ce17be91776182a7e28e9d88c'
  17. 'c19146931c6ab8e53092bd9b2ebbfda5c76fd22ad3b1d42dcda3dd1b61f123ff'
  18. 'e4af7891e816b9549ebeff766a78036626c0e278734e5625b8e7d68729530ded'
  19. @@ -90,7 +92,9 @@
  20. patch -Np1 -i $srcdir/xsa89.patch
  21.  
  22. # Uncomment line below if you want to enable ATI Passthrough support (some reported successes, untested with 4.4)
  23. - #patch -Np1 -i ../ati-passthrough.patch
  24. + patch -Np1 -i $srcdir/ati-passthrough.patch
  25. +
  26. + patch -Np1 -i $srcdir/localgcc490fix.patch
  27.  
  28. # Fix Install Paths
  29. sed -i 's:/sbin:/bin:' config/StdGNU.mk
Add Comment
Please, Sign In to add comment