diff options
author | Manolis Ragkousis <manolis837@gmail.com> | 2015-06-08 16:19:58 +0300 |
---|---|---|
committer | Manolis Ragkousis <manolis837@gmail.com> | 2015-06-12 15:46:25 +0300 |
commit | 16cae799dbddc621026c230d058e0317db0a1b95 (patch) | |
tree | 9e78777716835ce9df859e344c457a5d6ff15dcd /gnu-system.am | |
parent | 14928016556300a6763334d4279c3d117902caaf (diff) | |
download | patches-16cae799dbddc621026c230d058e0317db0a1b95.tar patches-16cae799dbddc621026c230d058e0317db0a1b95.tar.gz |
gnu: patch: Set PATH_MAX for Hurd systems.
* gnu/packages/patches/patch-hurd-path-max.patch: New file.
* gnu-system.am (dist_patch_DATA): Add it.
Diffstat (limited to 'gnu-system.am')
-rw-r--r-- | gnu-system.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu-system.am b/gnu-system.am index 206c87680e..5f2b6d912e 100644 --- a/gnu-system.am +++ b/gnu-system.am @@ -505,6 +505,7 @@ dist_patch_DATA = \ gnu/packages/patches/patchelf-page-size.patch \ gnu/packages/patches/patchelf-rework-for-arm.patch \ gnu/packages/patches/patchutils-xfail-gendiff-tests.patch \ + gnu/packages/patches/patch-hurd-path-max.patch \ gnu/packages/patches/pavucontrol-sigsegv.patch \ gnu/packages/patches/perl-gd-options-passthrough-and-fontconfig.patch \ gnu/packages/patches/perl-module-pluggable-search.patch \ |