pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

lldb-git: Walkaround missing $ORIGIN feature



Module Name:	pkgsrc-wip
Committed By:	Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By:	kamil
Date:		Sat Nov 21 17:54:16 2015 +0100
Changeset:	71c1cd928e06b2de8ded425e9a7d92787ecf1d3c

Modified Files:
	lldb-git/Makefile

Log Message:
lldb-git: Walkaround missing $ORIGIN feature

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=71c1cd928e06b2de8ded425e9a7d92787ecf1d3c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 lldb-git/Makefile | 1 +
 1 file changed, 1 insertion(+)

diffs:
diff --git a/lldb-git/Makefile b/lldb-git/Makefile
index 9cce658..41ebabd 100644
--- a/lldb-git/Makefile
+++ b/lldb-git/Makefile
@@ -176,6 +176,7 @@ REPLACE_PYTHON+=	${WRKDIR}/llvm/utils/update_llc_test_checks.py
 REPLACE_PYTHON+=	${WRKDIR}/llvm/utils/wciia.py
 
 TEST_TARGET=		check-lldb
+TEST_ENV+=		LD_LIBRARY_PATH=${WRKSRC}/lib
 
 .if exists(/usr/include/panel.h)
 CMAKE_ARGS+=	-DLLDB_DISABLE_CURSES:BOOL=FALSE


Home | Main Index | Thread Index | Old Index