mirror of
https://git.freebsd.org/ports.git
synced 2025-05-13 15:51:51 -04:00
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
11 lines
348 B
Text
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)
|