summaryrefslogtreecommitdiff
path: root/gnu/local.mk
diff options
context:
space:
mode:
authorMarius Bakke <mbakke@fastmail.com>2019-08-06 17:06:57 +0200
committerMarius Bakke <mbakke@fastmail.com>2019-08-06 17:06:57 +0200
commit58e37b5441f548d2980fd3280547ad4b32ce7d44 (patch)
treedb84309ab4a94315fc6be77bda7e9db029e10ed7 /gnu/local.mk
parentc94884bcc1d762578077ccc84a7f45d87b38cd46 (diff)
downloadpatches-58e37b5441f548d2980fd3280547ad4b32ce7d44.tar
patches-58e37b5441f548d2980fd3280547ad4b32ce7d44.tar.gz
gnu: nss: Fix build failure on armhf-linux.
Fixes <https://bugs.gnu.org/36930>. * gnu/packages/patches/nss-freebl-stubs.patch: New file. * gnu/local.mk (dist_patch_DATA): Adjust accordingly. * gnu/packages/nss.scm (nss)[source](patches): Add it.
Diffstat (limited to 'gnu/local.mk')
-rw-r--r--gnu/local.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/local.mk b/gnu/local.mk
index 6426673539..d91342d890 100644
--- a/gnu/local.mk
+++ b/gnu/local.mk
@@ -1119,6 +1119,7 @@ dist_patch_DATA = \
%D%/packages/patches/nfs-utils-missing-headers.patch \
%D%/packages/patches/ngircd-handle-zombies.patch \
%D%/packages/patches/nm-plugin-path.patch \
+ %D%/packages/patches/nss-freebl-stubs.patch \
%D%/packages/patches/nss-increase-test-timeout.patch \
%D%/packages/patches/nss-pkgconfig.patch \
%D%/packages/patches/ntfs-3g-CVE-2019-9755.patch \