summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2017-08-14 21:54:52 +0200
committerMichał Górny <mgorny@gentoo.org>2017-08-14 22:00:06 +0200
commit6bbd55da6087816620dec3f1a6b9c5737db43d38 (patch)
tree922edfca43d1bce82e9663734d90d8e5a0f45a84 /net-p2p/litecoin-qt/files/litecoind-0.10.2.2-fix-gnustack.patch
parentapp-pda/fusepod: Remove last-rited pkg, #596602 (diff)
downloadgentoo-6bbd55da6087816620dec3f1a6b9c5737db43d38.tar.gz
gentoo-6bbd55da6087816620dec3f1a6b9c5737db43d38.tar.bz2
gentoo-6bbd55da6087816620dec3f1a6b9c5737db43d38.zip
net-p2p/litecoin-qt: Remove last-rited pkg, #595452
Diffstat (limited to 'net-p2p/litecoin-qt/files/litecoind-0.10.2.2-fix-gnustack.patch')
-rw-r--r--net-p2p/litecoin-qt/files/litecoind-0.10.2.2-fix-gnustack.patch17
1 files changed, 0 insertions, 17 deletions
diff --git a/net-p2p/litecoin-qt/files/litecoind-0.10.2.2-fix-gnustack.patch b/net-p2p/litecoin-qt/files/litecoind-0.10.2.2-fix-gnustack.patch
deleted file mode 100644
index cbaf66ea93e1..000000000000
--- a/net-p2p/litecoin-qt/files/litecoind-0.10.2.2-fix-gnustack.patch
+++ /dev/null
@@ -1,17 +0,0 @@
-diff -Naur litecoin-0.10.2.2.orig/src/secp256k1/src/field_5x52_asm.asm litecoin-0.10.2.2/src/secp256k1/src/field_5x52_asm.asm
---- litecoin-0.10.2.2.orig/src/secp256k1/src/field_5x52_asm.asm 2015-06-15 04:51:30.000000000 -0400
-+++ litecoin-0.10.2.2/src/secp256k1/src/field_5x52_asm.asm 2016-01-03 08:35:26.438350565 -0500
-@@ -466,4 +466,12 @@
- jmp common_exit_norm
- end
-
--
-+%ifidn __OUTPUT_FORMAT__,elf
-+section .note.GNU-stack noalloc noexec nowrite progbits
-+%endif
-+%ifidn __OUTPUT_FORMAT__,elf32
-+section .note.GNU-stack noalloc noexec nowrite progbits
-+%endif
-+%ifidn __OUTPUT_FORMAT__,elf64
-+section .note.GNU-stack noalloc noexec nowrite progbits
-+%endif