pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/pkgtools/mktool
Module Name: pkgsrc
Committed By: jperkin
Date: Wed Sep 18 08:57:52 UTC 2024
Modified Files:
pkgsrc/pkgtools/mktool: Makefile
Log Message:
mktool: Ensure openssl is linked correctly.
To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 pkgsrc/pkgtools/mktool/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/pkgtools/mktool/Makefile
diff -u pkgsrc/pkgtools/mktool/Makefile:1.11 pkgsrc/pkgtools/mktool/Makefile:1.12
--- pkgsrc/pkgtools/mktool/Makefile:1.11 Fri Sep 13 19:23:30 2024
+++ pkgsrc/pkgtools/mktool/Makefile Wed Sep 18 08:57:51 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2024/09/13 19:23:30 jperkin Exp $
+# $NetBSD: Makefile,v 1.12 2024/09/18 08:57:51 jperkin Exp $
DISTNAME= mktool-1.1.0
CATEGORIES= pkgtools
@@ -15,6 +15,8 @@ USE_TOOLS+= pkg-config
RUST_REQ= 1.74.0
+RUSTFLAGS+= -C link-arg=${COMPILER_RPATH_FLAG}${BUILDLINK_PREFIX.openssl}/lib
+
.include "cargo-depends.mk"
.include "../../lang/rust/cargo.mk"
Home |
Main Index |
Thread Index |
Old Index