Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/tests/net/fdpass Workaround infrastructure bug where additio...
details: https://anonhg.NetBSD.org/src/rev/9c67449858f0
branches: trunk
changeset: 781544:9c67449858f0
user: joerg <joerg%NetBSD.org@localhost>
date: Thu Sep 13 21:13:34 2012 +0000
description:
Workaround infrastructure bug where additional rpath flags are added for
/lib, resulting in linker warnings for the compat case.
diffstat:
tests/net/fdpass/Makefile | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
diffs (14 lines):
diff -r 62f56cbb4f85 -r 9c67449858f0 tests/net/fdpass/Makefile
--- a/tests/net/fdpass/Makefile Thu Sep 13 21:12:40 2012 +0000
+++ b/tests/net/fdpass/Makefile Thu Sep 13 21:13:34 2012 +0000
@@ -1,6 +1,9 @@
-# $NetBSD: Makefile,v 1.3 2012/09/10 11:29:06 adam Exp $
+# $NetBSD: Makefile,v 1.4 2012/09/13 21:13:34 joerg Exp $
#
+SHLIBDIR= /usr/lib
+SHLIBINSTALLDIR= /usr/lib
+
.include <bsd.own.mk>
TESTSDIR= ${TESTSBASE}/net/fdpass
Home |
Main Index |
Thread Index |
Old Index