* [gentoo-commits] gentoo-x86 commit in net-libs/axtls/files: bigint_impl.h-add-missing-include.patch
@ 2012-06-07 0:13 Anthony G. Basile (blueness)
0 siblings, 0 replies; 2+ messages in thread
From: Anthony G. Basile (blueness) @ 2012-06-07 0:13 UTC (permalink / raw
To: gentoo-commits
blueness 12/06/07 00:13:29
Added: bigint_impl.h-add-missing-include.patch
Log:
Fix crypto/bigint_impl.h so curl can build against axtls
(Portage version: 2.1.10.49/cvs/Linux x86_64)
Revision Changes Path
1.1 net-libs/axtls/files/bigint_impl.h-add-missing-include.patch
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/axtls/files/bigint_impl.h-add-missing-include.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/axtls/files/bigint_impl.h-add-missing-include.patch?rev=1.1&content-type=text/plain
Index: bigint_impl.h-add-missing-include.patch
===================================================================
crypto/bigint_impl.h: missing #include <stdint.h>
bigint_impl.h typedefs uint16_t and uint32_t but never
includes the headers where those are defined. On a standard
gnu/linux system that means you need #include <stdint.h>.
I hit this error when compiling curl --with-axtls and
adding the include fixed the compile time error.
See:
https://sourceforge.net/tracker/?func=detail&aid=3515628&group_id=171217&atid=857113
https://sourceforge.net/tracker/?func=detail&aid=3532467&group_id=171217&atid=857113
--- crypto/bigint_impl.h.orig 2012-04-07 01:10:24.000000000 -0400
+++ crypto/bigint_impl.h 2012-04-06 23:00:22.000000000 -0400
@@ -31,6 +31,8 @@
#ifndef BIGINT_IMPL_HEADER
#define BIGINT_IMPL_HEADER
+#include <stdint.h>
+
/* Maintain a number of precomputed variables when doing reduction */
#define BIGINT_M_OFFSET 0 /**< Normal modulo offset. */
#ifdef CONFIG_BIGINT_CRT
^ permalink raw reply [flat|nested] 2+ messages in thread
* [gentoo-commits] gentoo-x86 commit in net-libs/axtls/files: bigint_impl.h-add-missing-include.patch
@ 2013-01-07 0:03 Anthony G. Basile (blueness)
0 siblings, 0 replies; 2+ messages in thread
From: Anthony G. Basile (blueness) @ 2013-01-07 0:03 UTC (permalink / raw
To: gentoo-commits
blueness 13/01/07 00:03:50
Removed: bigint_impl.h-add-missing-include.patch
Log:
Remove older unstable
(Portage version: 2.1.11.31/cvs/Linux x86_64, signed Manifest commit with key 0xF52D4BBA)
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2013-01-07 0:04 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-01-07 0:03 [gentoo-commits] gentoo-x86 commit in net-libs/axtls/files: bigint_impl.h-add-missing-include.patch Anthony G. Basile (blueness)
-- strict thread matches above, loose matches on Subject: below --
2012-06-07 0:13 Anthony G. Basile (blueness)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox