summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--security/openvpn-auth-ldap/files/patch-aclocal.m410
1 files changed, 10 insertions, 0 deletions
diff --git a/security/openvpn-auth-ldap/files/patch-aclocal.m4 b/security/openvpn-auth-ldap/files/patch-aclocal.m4
new file mode 100644
index 000000000000..abb2b1de74c4
--- /dev/null
+++ b/security/openvpn-auth-ldap/files/patch-aclocal.m4
@@ -0,0 +1,10 @@
+--- aclocal.m4.orig 2012-03-04 04:55:05 UTC
++++ aclocal.m4
+@@ -319,6 +319,7 @@ AC_DEFUN([OD_OPENVPN_HEADER],[
+ AC_CACHE_VAL(od_cv_openvpn, [
+ AC_LINK_IFELSE([
+ AC_LANG_PROGRAM([
++ #include <sys/types.h>
+ #include <openvpn-plugin.h>
+ ], [
+ int flag = OPENVPN_PLUGIN_UP;