[openssh-commits] [openssh] 11/13: upstream commit
git+noreply at mindrot.org
git+noreply at mindrot.org
Tue Jan 27 00:34:07 EST 2015
This is an automated email from the git hooks/post-receive script.
djm pushed a commit to branch master
in repository openssh.
commit 7dd355fb1f0038a3d5cdca57ebab4356c7a5b434
Author: miod at openbsd.org <miod at openbsd.org>
Date: Sat Jan 24 10:39:21 2015 +0000
upstream commit
Move -lz late in the linker commandline for things to
build on static arches.
---
regress/unittests/kex/Makefile | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/regress/unittests/kex/Makefile b/regress/unittests/kex/Makefile
index 6502c36..6532cb0 100644
--- a/regress/unittests/kex/Makefile
+++ b/regress/unittests/kex/Makefile
@@ -1,13 +1,14 @@
-# $OpenBSD: Makefile,v 1.1 2015/01/15 23:41:29 markus Exp $
+# $OpenBSD: Makefile,v 1.2 2015/01/24 10:39:21 miod Exp $
TEST_ENV= "MALLOC_OPTIONS=AFGJPRX"
PROG=test_kex
SRCS=tests.c test_kex.c
-LDADD=-lz
REGRESS_TARGETS=run-regress-${PROG}
run-regress-${PROG}: ${PROG}
env ${TEST_ENV} ./${PROG}
.include <bsd.regress.mk>
+
+LDADD+=-lz
--
To stop receiving notification emails like this one, please contact
djm at mindrot.org.
More information about the openssh-commits
mailing list