diff options
author | Marius Bakke <mbakke@fastmail.com> | 2018-05-06 20:11:40 +0200 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2018-05-06 21:05:11 +0200 |
commit | 6e7be7d37abfb70098e4ce64c3508d992145d9c8 (patch) | |
tree | 0b3d488c4de6d8854a3ae43a41e699d3f92cc4e9 /gnu/local.mk | |
parent | 0b7bef7045abdf0682e1f628c13421ae8a434693 (diff) | |
download | patches-6e7be7d37abfb70098e4ce64c3508d992145d9c8.tar patches-6e7be7d37abfb70098e4ce64c3508d992145d9c8.tar.gz |
gnu: strace: Fix build failure on Linux-Libre 4.16.
* gnu/packages/patches/strace-kernel-4.16.patch: New file.
* gnu/local.mk (dist_patch_DATA): Register it.
* gnu/packages/linux.scm (strace)][source](patches): New field.
Diffstat (limited to 'gnu/local.mk')
-rw-r--r-- | gnu/local.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/local.mk b/gnu/local.mk index cfe698d3ff..bd99883462 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -1096,6 +1096,7 @@ dist_patch_DATA = \ %D%/packages/patches/slim-login.patch \ %D%/packages/patches/sooperlooper-build-with-wx-30.patch \ %D%/packages/patches/steghide-fixes.patch \ + %D%/packages/patches/strace-kernel-4.16.patch \ %D%/packages/patches/superlu-dist-scotchmetis.patch \ %D%/packages/patches/swish-e-search.patch \ %D%/packages/patches/swish-e-format-security.patch \ |