diff options
Diffstat (limited to 'system/arj/patches/005_use_system_strnlen.patch')
-rw-r--r-- | system/arj/patches/005_use_system_strnlen.patch | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/system/arj/patches/005_use_system_strnlen.patch b/system/arj/patches/005_use_system_strnlen.patch index 00a459809b..4a5dd13d1e 100644 --- a/system/arj/patches/005_use_system_strnlen.patch +++ b/system/arj/patches/005_use_system_strnlen.patch @@ -1,3 +1,11 @@ +Description: Detect and conditionally use system strnlen function. + This fixes build failures when the system has eglibc 2.10. +Author: Guillem Jover <guillem@debian.org> +Origin: vendor +Bug-Debian: https://bugs.debian.org/546475 +Forwarded: no +Last-Update: 2009-09-13 + --- fardata.c | 2 ++ gnu/config.h.in | 1 + |