pkgsrc-WIP-changes archive

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

bitcoin: Use pkglint-recommended variable for -Wl,-R



Module Name:	pkgsrc-wip
Committed By:	Greg Troxel <gdt%ir.bbn.com@localhost>
Pushed By:	gdt
Date:		Tue Nov 29 10:58:13 2016 -0500
Changeset:	033683dd53e9ad2968d7301fe91ff4c17917524e

Modified Files:
	bitcoin/Makefile

Log Message:
bitcoin: Use pkglint-recommended variable for -Wl,-R

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

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

diffstat:
 bitcoin/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diffs:
diff --git a/bitcoin/Makefile b/bitcoin/Makefile
index 9bfaf06..ddb2329 100644
--- a/bitcoin/Makefile
+++ b/bitcoin/Makefile
@@ -39,7 +39,7 @@ BUILDLINK_TRANSFORM+=   l:db_cxx:db4_cxx
 
 # TODO: (After updating,) file bug with bitcoin about not having
 # proper RPATH to its own libary.
-LDFLAGS+=	-Wl,-R${PREFIX}/lib/bitcoin -L${PREFIX}/lib/bitcoin
+LDFLAGS+=	${COMPILER_RPATH_FLAG}${PREFIX}/lib/bitcoin -L${PREFIX}/lib/bitcoin
 
 RCD_SCRIPTS=	bitcoind
 BUILD_DEFS+=	VARBASE


Home | Main Index | Thread Index | Old Index