svn commit: r270649 - head/libexec/rtld-elf/tests/target

Garrett Cooper ngie at FreeBSD.org
Tue Aug 26 09:01:12 UTC 2014


Author: ngie
Date: Tue Aug 26 09:01:11 2014
New Revision: 270649
URL: http://svnweb.freebsd.org/changeset/base/270649

Log:
  Fix "make checkdpadd" by "spoofing" DPADD
  
  Approved by: jmmv (mentor)
  Phabric: D631
  PR: 192769

Modified:
  head/libexec/rtld-elf/tests/target/Makefile

Modified: head/libexec/rtld-elf/tests/target/Makefile
==============================================================================
--- head/libexec/rtld-elf/tests/target/Makefile	Tue Aug 26 08:17:22 2014	(r270648)
+++ head/libexec/rtld-elf/tests/target/Makefile	Tue Aug 26 09:01:11 2014	(r270649)
@@ -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=


More information about the svn-src-all mailing list