diff options
Diffstat (limited to 'security/openvpn-auth-ldap/files/patch-tests__Makefile.in')
-rw-r--r-- | security/openvpn-auth-ldap/files/patch-tests__Makefile.in | 11 |
1 files changed, 0 insertions, 11 deletions
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 |