summaryrefslogtreecommitdiff
path: root/security/openvpn-auth-ldap/files
diff options
context:
space:
mode:
Diffstat (limited to 'security/openvpn-auth-ldap/files')
-rw-r--r--security/openvpn-auth-ldap/files/patch-src_TRLocalPacketFilter.m10
-rw-r--r--security/openvpn-auth-ldap/files/patch-src_TRString.h10
-rw-r--r--security/openvpn-auth-ldap/files/patch-tests_Makefile.in11
-rw-r--r--security/openvpn-auth-ldap/files/patch-tests__Makefile.in11
4 files changed, 31 insertions, 11 deletions
diff --git a/security/openvpn-auth-ldap/files/patch-src_TRLocalPacketFilter.m b/security/openvpn-auth-ldap/files/patch-src_TRLocalPacketFilter.m
new file mode 100644
index 000000000000..890c765d6180
--- /dev/null
+++ b/security/openvpn-auth-ldap/files/patch-src_TRLocalPacketFilter.m
@@ -0,0 +1,10 @@
+--- src/TRLocalPacketFilter.m.orig 2012-03-03 19:17:45 UTC
++++ src/TRLocalPacketFilter.m
+@@ -43,6 +43,7 @@
+ #import <errno.h>
+ #import <assert.h>
+
++#import "TRLog.h"
+
+ /* Private Methods */
+
diff --git a/security/openvpn-auth-ldap/files/patch-src_TRString.h b/security/openvpn-auth-ldap/files/patch-src_TRString.h
new file mode 100644
index 000000000000..4155792aa940
--- /dev/null
+++ b/security/openvpn-auth-ldap/files/patch-src_TRString.h
@@ -0,0 +1,10 @@
+--- src/TRString.h.orig 2012-08-15 13:55:46 UTC
++++ src/TRString.h
+@@ -34,6 +34,7 @@
+ #import <config.h>
+ #endif
+
++#import <stdarg.h>
+ #import <stdlib.h>
+
+ #import "TRObject.h"
diff --git a/security/openvpn-auth-ldap/files/patch-tests_Makefile.in b/security/openvpn-auth-ldap/files/patch-tests_Makefile.in
new file mode 100644
index 000000000000..9c6ef89a8b67
--- /dev/null
+++ b/security/openvpn-auth-ldap/files/patch-tests_Makefile.in
@@ -0,0 +1,11 @@
+--- tests/Makefile.in.orig 2012-03-04 04:55:05 UTC
++++ tests/Makefile.in
+@@ -35,7 +35,7 @@ TEST_OBJS= tests.o \
+ CFLAGS+= -DTEST_DATA=\"${srcdir}/data\"
+ OBJCFLAGS+= -DTEST_DATA=\"${srcdir}/data\"
+
+-LIBS+= -L${top_builddir}/src -lauth-ldap \
++LIBS+= -L${top_builddir}/src -lauth-ldap -lcheck \
+ $(OBJC_LIBS) $(LDAP_LIBS)
+
+ LDFLAGS+= $(LIBS)
diff --git a/security/openvpn-auth-ldap/files/patch-tests__Makefile.in b/security/openvpn-auth-ldap/files/patch-tests__Makefile.in
deleted file mode 100644
index 4c21d67eddf9..000000000000
--- a/security/openvpn-auth-ldap/files/patch-tests__Makefile.in
+++ /dev/null
@@ -1,11 +0,0 @@
---- ./tests/Makefile.in.orig 2006-08-01 05:51:52.000000000 +0200
-+++ ./tests/Makefile.in 2014-08-03 09:26:42.000000000 +0200
-@@ -26,7 +26,7 @@
- CFLAGS+= @CHECK_CFLAGS@ -DTEST_DATA=\"${srcdir}/data\"
- OBJCFLAGS+= @CHECK_CFLAGS@ -DTEST_DATA=\"${srcdir}/data\"
- LIBS+= -lauth-ldap-testing $(OBJC_LIBS) $(LDAP_LIBS) @CHECK_LIBS@
--LDFLAGS+= -L${top_builddir}src $(LIBS)
-+LDFLAGS+= -L${top_builddir}/src $(LIBS)
-
- # Recompile the tests every time
- all: tests