diff options
author | Jinkun Jang <jinkun.jang@samsung.com> | 2013-03-13 02:21:45 +0900 |
---|---|---|
committer | Jinkun Jang <jinkun.jang@samsung.com> | 2013-03-13 02:21:45 +0900 |
commit | 6013bfbbb6a80ba8529df02de472c6fe49a8d5dd (patch) | |
tree | aef757b2abf225284bf0ccb0df3a7b7aab6765aa /packaging/exec-shield.patch | |
parent | 3101b2a7be8f0e3cc6ff469ce2597945c862264b (diff) | |
download | zip-2.2_release.tar.gz zip-2.2_release.tar.bz2 zip-2.2_release.zip |
Tizen 2.1 basesubmit/tizen_2.2/20130714.155558submit/tizen_2.1/20130425.061106submit/tizen_2.1/20130425.000017accepted/tizen_2.1/20130425.0212292.2_release2.2.1_release2.1b_releasetizen_2.2tizen_2.1
Diffstat (limited to 'packaging/exec-shield.patch')
-rw-r--r-- | packaging/exec-shield.patch | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/packaging/exec-shield.patch b/packaging/exec-shield.patch new file mode 100644 index 0000000..3d2a1eb --- /dev/null +++ b/packaging/exec-shield.patch @@ -0,0 +1,19 @@ +diff -ur zip-2.3/crc_i386.S zip-2.3-lhh/crc_i386.S +--- zip-2.3/crc_i386.S 1999-10-09 16:10:26.000000000 -0400 ++++ zip-2.3-lhh/crc_i386.S 2003-10-24 16:15:52.000000000 -0400 +@@ -230,3 +230,6 @@ + #endif /* i386 || _i386 || _I386 || __i386 */ + + #endif /* !USE_ZLIB */ ++ ++.section .note.GNU-stack, "", @progbits ++.previous +diff -ur zip-2.3/match.S zip-2.3-lhh/match.S +--- zip-2.3/match.S 1999-07-27 17:18:14.000000000 -0400 ++++ zip-2.3-lhh/match.S 2003-10-24 16:15:38.000000000 -0400 +@@ -405,3 +405,5 @@ + #endif /* i386 || _I386 || _i386 || __i386 */ + + #endif /* !USE_ZLIB */ ++.section .note.GNU-stack, "", @progbits ++.previous |