Compat tests need libcrypto.
This was moved to CHANNELLIBS during the libs refactor. Spotted by rapier at psc.edu.
This commit is contained in:
parent
96b519726b
commit
fe88d67e75
|
@ -10,7 +10,7 @@ CFLAGS=@CFLAGS@
|
|||
CPPFLAGS=-I. -I.. -I../.. -I$(srcdir) -I$(srcdir)/.. -I$(srcdir)/../.. @CPPFLAGS@ @DEFS@
|
||||
EXEEXT=@EXEEXT@
|
||||
LIBCOMPAT=../libopenbsd-compat.a
|
||||
LIBS=@LIBS@
|
||||
LIBS=@LIBS@ @CHANNELLIBS@
|
||||
LDFLAGS=@LDFLAGS@ $(LIBCOMPAT)
|
||||
|
||||
TESTPROGS=closefromtest$(EXEEXT) snprintftest$(EXEEXT) strduptest$(EXEEXT) \
|
||||
|
|
Loading…
Reference in New Issue