mirror of
https://git.proxmox.com/git/efi-boot-shim
synced 2025-07-27 08:57:14 +00:00
debian/patches/abort_abort_abort.patch: dropped patch, included upstream.
This commit is contained in:
parent
25f42a7c60
commit
0283a7456e
1
debian/changelog
vendored
1
debian/changelog
vendored
@ -8,6 +8,7 @@ shim (15+1531942534.dd3230d-0ubuntu1) UNRELEASED; urgency=medium
|
|||||||
|
|
||||||
[ Mathieu Trudel-Lapierre ]
|
[ Mathieu Trudel-Lapierre ]
|
||||||
* New upstream snapshot.
|
* New upstream snapshot.
|
||||||
|
* debian/patches/abort_abort_abort.patch: dropped patch, included upstream.
|
||||||
|
|
||||||
-- Mathieu Trudel-Lapierre <cyphermox@ubuntu.com> Tue, 24 Jul 2018 16:24:51 -0400
|
-- Mathieu Trudel-Lapierre <cyphermox@ubuntu.com> Tue, 24 Jul 2018 16:24:51 -0400
|
||||||
|
|
||||||
|
18
debian/patches/abort_abort_abort.patch
vendored
18
debian/patches/abort_abort_abort.patch
vendored
@ -1,18 +0,0 @@
|
|||||||
From: Peter Jones <pjones@redhat.com>
|
|
||||||
Subject: define abort to avoid an unnecessary reloc.
|
|
||||||
|
|
||||||
---
|
|
||||||
Cryptlib/Include/OpenSslSupport.h | 1 +
|
|
||||||
1 file changed, 1 insertion(+)
|
|
||||||
|
|
||||||
Index: b/Cryptlib/Include/OpenSslSupport.h
|
|
||||||
===================================================================
|
|
||||||
--- a/Cryptlib/Include/OpenSslSupport.h
|
|
||||||
+++ b/Cryptlib/Include/OpenSslSupport.h
|
|
||||||
@@ -380,5 +380,6 @@ extern FILE *stdout;
|
|
||||||
#define atoi(nptr) AsciiStrDecimalToUintn(nptr)
|
|
||||||
#define gettimeofday(tvp,tz) do { (tvp)->tv_sec = time(NULL); (tvp)->tv_usec = 0; } while (0)
|
|
||||||
#define gmtime_r(timer,result) (result = NULL)
|
|
||||||
+#define abort()
|
|
||||||
|
|
||||||
#endif
|
|
1
debian/patches/series
vendored
1
debian/patches/series
vendored
@ -1 +0,0 @@
|
|||||||
abort_abort_abort.patch
|
|
Loading…
Reference in New Issue
Block a user