Part of the configure is upstreamed, drop those 3 hunks. Change-Id: I5f2ad217aaba050969cb655091f33fe61970a512
40 lines
942 B
Groff
40 lines
942 B
Groff
From d1c1da86faff8210235255b485e12cf160c6ed6f Mon Sep 17 00:00:00 2001
|
|
From: Miklos Vajna <vmiklos@collabora.co.uk>
|
|
Date: Fri, 4 Mar 2016 16:12:48 +0100
|
|
Subject: [PATCH] xmlsec1-1.2.14_fix_extern_c.patch
|
|
|
|
Conflicts:
|
|
include/xmlsec/xmlsec.h
|
|
---
|
|
include/xmlsec/xmlsec.h | 8 ++++----
|
|
1 file changed, 4 insertions(+), 4 deletions(-)
|
|
|
|
diff --git a/include/xmlsec/xmlsec.h b/include/xmlsec/xmlsec.h
|
|
index 71523197..4e13ea8d 100644
|
|
--- a/include/xmlsec/xmlsec.h
|
|
+++ b/include/xmlsec/xmlsec.h
|
|
@@ -11,16 +11,16 @@
|
|
#ifndef __XMLSEC_H__
|
|
#define __XMLSEC_H__
|
|
|
|
-#ifdef __cplusplus
|
|
-extern "C" {
|
|
-#endif /* __cplusplus */
|
|
-
|
|
#include <libxml/tree.h>
|
|
|
|
#include <xmlsec/version.h>
|
|
#include <xmlsec/exports.h>
|
|
#include <xmlsec/strings.h>
|
|
|
|
+#ifdef __cplusplus
|
|
+extern "C" {
|
|
+#endif /* __cplusplus */
|
|
+
|
|
/***********************************************************************
|
|
*
|
|
* Basic types to make ports to exotic platforms easier
|
|
--
|
|
2.13.5
|
|
|