summaryrefslogtreecommitdiffstats
path: root/abs/extra/zip/zip-3.0-exec-stack.patch
diff options
context:
space:
mode:
authorJames Meyer <james.meyer@operamail.com>2012-08-22 00:12:55 (GMT)
committerJames Meyer <james.meyer@operamail.com>2012-08-22 00:12:55 (GMT)
commit388802c13f058c355dc60c2a0516d11d892e4447 (patch)
tree5bfab6998a672e3665d949cef26d7847a221f9e0 /abs/extra/zip/zip-3.0-exec-stack.patch
parent32d3a049ce06d371ccf4c8b95c9be1f87fe4d413 (diff)
downloadlinhes_pkgbuild-388802c13f058c355dc60c2a0516d11d892e4447.zip
linhes_pkgbuild-388802c13f058c355dc60c2a0516d11d892e4447.tar.gz
linhes_pkgbuild-388802c13f058c355dc60c2a0516d11d892e4447.tar.bz2
zip 3.0 rebuild
Diffstat (limited to 'abs/extra/zip/zip-3.0-exec-stack.patch')
-rw-r--r--abs/extra/zip/zip-3.0-exec-stack.patch20
1 files changed, 0 insertions, 20 deletions
diff --git a/abs/extra/zip/zip-3.0-exec-stack.patch b/abs/extra/zip/zip-3.0-exec-stack.patch
deleted file mode 100644
index 2eb1acf..0000000
--- a/abs/extra/zip/zip-3.0-exec-stack.patch
+++ /dev/null
@@ -1,20 +0,0 @@
---- zip-2.31/crc_i386.S
-+++ zip-2.31/crc_i386.S
-@@ -238,3 +238,7 @@
- #endif /* i386 || _i386 || _I386 || __i386 */
-
- #endif /* !USE_ZLIB && !CRC_TABLE_ONLY */
-+
-+#if defined __ELF__ && defined __linux__
-+.section .note.GNU-stack,"",@progbits
-+#endif
---- zip-2.31/match.S
-+++ zip-2.31/match.S
-@@ -405,3 +405,7 @@
- #endif /* i386 || _I386 || _i386 || __i386 */
-
- #endif /* !USE_ZLIB */
-+
-+#if defined __ELF__ && defined __linux__
-+.section .note.GNU-stack,"",@progbits
-+#endif