From 35829c84f1a820e48b4c74243e287c62003cdb92 Mon Sep 17 00:00:00 2001 From: Enji Cooper Date: Tue, 26 Aug 2014 09:01:11 +0000 Subject: [PATCH] Fix "make checkdpadd" by "spoofing" DPADD Approved by: jmmv (mentor) Phabric: D631 PR: 192769 --- libexec/rtld-elf/tests/target/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/libexec/rtld-elf/tests/target/Makefile b/libexec/rtld-elf/tests/target/Makefile index fe8e7f39df7..d5305f9b050 100644 --- a/libexec/rtld-elf/tests/target/Makefile +++ b/libexec/rtld-elf/tests/target/Makefile @@ -8,6 +8,7 @@ BINDIR= ${TESTSBASE}/libexec/rtld-elf CFLAGS+= -I${.CURDIR}/../libpythagoras LDFLAGS+= -L${.OBJDIR}/../libpythagoras +DPADD+= ${.OBJDIR}/../libpythagoras/libpythagoras.a LDADD= -lpythagoras MAN=