Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 26 Aug 2014 09:01:11 +0000 (UTC)
From:      Garrett Cooper <ngie@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r270649 - head/libexec/rtld-elf/tests/target
Message-ID:  <201408260901.s7Q91B0R065638@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201408260901.s7Q91B0R065638>