pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/git-cliff git-cliff: add missing rpath



details:   https://anonhg.NetBSD.org/pkgsrc/rev/91dd4f7c3503
branches:  trunk
changeset: 385429:91dd4f7c3503
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sat Sep 17 15:11:45 2022 +0000

description:
git-cliff: add missing rpath

diffstat:

 devel/git-cliff/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r eba181108bb4 -r 91dd4f7c3503 devel/git-cliff/Makefile
--- a/devel/git-cliff/Makefile  Sat Sep 17 15:03:35 2022 +0000
+++ b/devel/git-cliff/Makefile  Sat Sep 17 15:11:45 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 2022/09/17 15:03:24 wiz Exp $
+# $NetBSD: Makefile,v 1.19 2022/09/17 15:11:45 wiz Exp $
 
 DISTNAME=      git-cliff-0.9.0
 CATEGORIES=    devel
@@ -10,6 +10,8 @@
 COMMENT=       Highly customizable Changelog Generator
 LICENSE=       gnu-gpl-v3
 
+RUSTFLAGS+=    -C link-arg=${COMPILER_RPATH_FLAG}${BUILDLINK_PREFIX.libgit2}/lib
+
 .include "cargo-depends.mk"
 
 USE_TOOLS+=            pkg-config



Home | Main Index | Thread Index | Old Index