diff options
author | Mike Frysinger <vapier@gentoo.org> | 2006-03-20 03:36:33 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2006-03-20 03:36:33 +0000 |
commit | 9b135f9b72365fe958389306e96c48ca995267ac (patch) | |
tree | ffe9393fc16b53da0e4ca8240015808f6ecb8b2b /app-arch/unzip/files | |
parent | Stable on SPARC wrt bug #125693. (diff) | |
download | gentoo-2-9b135f9b72365fe958389306e96c48ca995267ac.tar.gz gentoo-2-9b135f9b72365fe958389306e96c48ca995267ac.tar.bz2 gentoo-2-9b135f9b72365fe958389306e96c48ca995267ac.zip |
touchup style
Diffstat (limited to 'app-arch/unzip/files')
-rw-r--r-- | app-arch/unzip/files/unzip-5.52-no-exec-stack.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-arch/unzip/files/unzip-5.52-no-exec-stack.patch b/app-arch/unzip/files/unzip-5.52-no-exec-stack.patch index cd40a8cd179f..e2869bfe80de 100644 --- a/app-arch/unzip/files/unzip-5.52-no-exec-stack.patch +++ b/app-arch/unzip/files/unzip-5.52-no-exec-stack.patch @@ -9,5 +9,5 @@ stack marking in the final shared library. That's bad, mmmkay. #endif /* !USE_ZLIB */ + +#ifdef __ELF__ -+.section .note.GNU-stack,"",@progbits ++.section .note.GNU-stack,"",%progbits +#endif |