mirror of
https://github.com/PowerShell/openssh-portable.git
synced 2025-07-29 08:44:52 +02:00
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@
|
CPPFLAGS=-I. -I.. -I../.. -I$(srcdir) -I$(srcdir)/.. -I$(srcdir)/../.. @CPPFLAGS@ @DEFS@
|
||||||
EXEEXT=@EXEEXT@
|
EXEEXT=@EXEEXT@
|
||||||
LIBCOMPAT=../libopenbsd-compat.a
|
LIBCOMPAT=../libopenbsd-compat.a
|
||||||
LIBS=@LIBS@
|
LIBS=@LIBS@ @CHANNELLIBS@
|
||||||
LDFLAGS=@LDFLAGS@ $(LIBCOMPAT)
|
LDFLAGS=@LDFLAGS@ $(LIBCOMPAT)
|
||||||
|
|
||||||
TESTPROGS=closefromtest$(EXEEXT) snprintftest$(EXEEXT) strduptest$(EXEEXT) \
|
TESTPROGS=closefromtest$(EXEEXT) snprintftest$(EXEEXT) strduptest$(EXEEXT) \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user