Mailing List Archive

[openssh] 01/01: Work around finicky USL linker so netcat will build.
This is an automated email from the git hooks/post-receive script.

tim pushed a commit to branch master
in repository openssh.

commit d1db656021d0cd8c001a6692f772f1de29b67c8b
Author: Tim Rice <tim@multitalents.net>
Date: Tue Feb 24 10:42:08 2015 -0800

Work around finicky USL linker so netcat will build.
---
Makefile.in | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile.in b/Makefile.in
index 40cc7aa..3bd4adc 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -460,7 +460,7 @@ regress/setuid-allowed$(EXEEXT): $(srcdir)/regress/setuid-allowed.c

regress/netcat$(EXEEXT): $(srcdir)/regress/netcat.c
$(CC) $(CFLAGS) $(CPPFLAGS) -o $@ $? \
- $(LDFLAGS) -lssh -lopenbsd-compat -lssh -lopenbsd-compat $(LIBS)
+ $(LDFLAGS) -lssh -lopenbsd-compat -lssh -lopenbsd-compat -lssh $(LIBS)

UNITTESTS_TEST_HELPER_OBJS=\
regress/unittests/test_helper/test_helper.o \

--
To stop receiving notification emails like this one, please contact
djm@mindrot.org.
_______________________________________________
openssh-commits mailing list
openssh-commits@mindrot.org
https://lists.mindrot.org/mailman/listinfo/openssh-commits