ports/security/openvpn-auth-ldap/files/patch-tests_Makefile.in
Matthias Andree 6f977b55ed Update to upstream SVN revision 1379 and refresh patches.
Needs real-world testing, so is still marked BROKEN.
If there are positive test results from reporter or third parties,
the BROKEN can be removed.

PR:		190497
2015-01-05 23:03:40 +00:00

11 lines
348 B
Text

--- 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)