diff options
Diffstat (limited to 'system/arj/patches/gnu_build_strip.patch')
-rw-r--r-- | system/arj/patches/gnu_build_strip.patch | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/system/arj/patches/gnu_build_strip.patch b/system/arj/patches/gnu_build_strip.patch index 8b543dcd28..e34b07d269 100644 --- a/system/arj/patches/gnu_build_strip.patch +++ b/system/arj/patches/gnu_build_strip.patch @@ -1,3 +1,12 @@ +Description: Support nostrip build option. + By changing the upstrem build system to optionally strip the binaries + after the linking stage and before their preprocessing. +Author: Guillem Jover <guillem@debian.org> +Origin: vendor +Bug-Debian: https://bugs.debian.org/436473 +Forwarded: no +Last-Update: 2013-05-10 + --- gnu/makefile.in | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 deletions(-) |