From ed0cf34a5402d462ed69b4510f8d5e2f7085fbb1 Mon Sep 17 00:00:00 2001 From: Mirko Vogt Date: Fri, 15 Jun 2012 08:31:45 +0000 Subject: [PATCH] [packages/openvpn-devel] fix linker error when compiling with support for polarssl and certain options SVN-Revision: 32382 --- .../001-workaround-ifdef-brokenness.patch | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 net/openvpn-devel/001-workaround-ifdef-brokenness.patch diff --git a/net/openvpn-devel/001-workaround-ifdef-brokenness.patch b/net/openvpn-devel/001-workaround-ifdef-brokenness.patch new file mode 100644 index 0000000000..2391588d89 --- /dev/null +++ b/net/openvpn-devel/001-workaround-ifdef-brokenness.patch @@ -0,0 +1,13 @@ +diff --git a/src/openvpn/ssl_polarssl.h b/src/openvpn/ssl_polarssl.h +index 2b02a6f..6174633 100644 +--- a/src/openvpn/ssl_polarssl.h ++++ b/src/openvpn/ssl_polarssl.h +@@ -31,7 +31,7 @@ + #define SSL_POLARSSL_H_ + + #include +-#include "config.h" ++//#include "config.h" + + #if defined(ENABLE_PKCS11) + #include -- 2.30.2