musl: add patch to make full use of new guards in kernel headers

This commit is contained in:
Will Dietz
2018-02-13 09:44:53 -06:00
parent bc76f767f6
commit f29bbd779c
2 changed files with 73 additions and 0 deletions
+2
View File
@@ -47,6 +47,8 @@ stdenv.mkDerivation rec {
outputs = [ "out" "dev" ];
patches = [ ./few-more-uapi-fixes.patch ];
dontDisableStatic = true;
dontStrip = true;