pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/shells/sheldon
Module Name: pkgsrc
Committed By: schmonz
Date: Sun Sep 8 18:38:33 UTC 2024
Modified Files:
pkgsrc/shells/sheldon: Makefile
Log Message:
sheldon: fix rpaths to openssl and curl, noted by wiz@.
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/shells/sheldon/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/shells/sheldon/Makefile
diff -u pkgsrc/shells/sheldon/Makefile:1.6 pkgsrc/shells/sheldon/Makefile:1.7
--- pkgsrc/shells/sheldon/Makefile:1.6 Mon Sep 2 01:01:11 2024
+++ pkgsrc/shells/sheldon/Makefile Sun Sep 8 18:38:33 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2024/09/02 01:01:11 schmonz Exp $
+# $NetBSD: Makefile,v 1.7 2024/09/08 18:38:33 schmonz Exp $
DISTNAME= sheldon-0.8.0
CATEGORIES= shells
@@ -17,6 +17,9 @@ USE_TOOLS+= pkg-config
AUTO_MKDIRS= yes
+RUSTFLAGS+= -C link-arg=${COMPILER_RPATH_FLAG}${BUILDLINK_PREFIX.openssl}/lib
+RUSTFLAGS+= -C link-arg=${COMPILER_RPATH_FLAG}${BUILDLINK_PREFIX.curl}/lib
+
do-install:
${INSTALL_DATA} ${WRKSRC}/README.md \
${DESTDIR}${PREFIX}/share/doc/${PKGBASE}/
Home |
Main Index |
Thread Index |
Old Index