[openssh-commits] [openssh] 01/01: Revert "Work around finicky USL linker so netcat will build."
git+noreply at mindrot.org
git+noreply at mindrot.org
Thu Feb 26 04:58:33 AEDT 2015
This is an automated email from the git hooks/post-receive script.
tim pushed a commit to branch master
in repository openssh.
commit e6b950341dd75baa8526f1862bca39e52f5b879b
Author: Tim Rice <tim at multitalents.net>
Date: Wed Feb 25 09:56:48 2015 -0800
Revert "Work around finicky USL linker so netcat will build."
This reverts commit d1db656021d0cd8c001a6692f772f1de29b67c8b.
No longer needed with commit 678e473e2af2e4802f24dd913985864d9ead7fb3
---
Makefile.in | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile.in b/Makefile.in
index 3bd4adc..40cc7aa 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 -lssh $(LIBS)
+ $(LDFLAGS) -lssh -lopenbsd-compat -lssh -lopenbsd-compat $(LIBS)
UNITTESTS_TEST_HELPER_OBJS=\
regress/unittests/test_helper/test_helper.o \
--
To stop receiving notification emails like this one, please contact
djm at mindrot.org.
More information about the openssh-commits
mailing list