pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/lang/rust
Module Name: pkgsrc
Committed By: gutteridge
Date: Thu Feb 12 15:30:12 UTC 2026
Modified Files:
pkgsrc/lang/rust: options.mk
Log Message:
rust: drop a block that should be redundant now
As discussed:
https://mail-index.netbsd.org/pkgsrc-changes/2026/02/12/msg340380.html
To generate a diff of this commit:
cvs rdiff -u -r1.52 -r1.53 pkgsrc/lang/rust/options.mk
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/lang/rust/options.mk
diff -u pkgsrc/lang/rust/options.mk:1.52 pkgsrc/lang/rust/options.mk:1.53
--- pkgsrc/lang/rust/options.mk:1.52 Thu Feb 12 01:35:36 2026
+++ pkgsrc/lang/rust/options.mk Thu Feb 12 15:30:12 2026
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.52 2026/02/12 01:35:36 gutteridge Exp $
+# $NetBSD: options.mk,v 1.53 2026/02/12 15:30:12 gutteridge Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.rust
PKG_SUPPORTED_OPTIONS+= rust-cargo-static rust-docs
@@ -86,9 +86,6 @@ CONFIGURE_ARGS+= --enable-cargo-native-s
BUILDLINK_API_DEPENDS.nghttp2+= nghttp2>=1.41.0
BUILDLINK_API_DEPENDS.curl+= curl>=7.67.0
.include "../../www/curl/buildlink3.mk"
-RUSTFLAGS+= -C link-arg=-L${BUILDLINK_PREFIX.openssl}/lib
-RUSTFLAGS+= -C link-arg=${COMPILER_RPATH_FLAG}${BUILDLINK_PREFIX.openssl}/lib
-MAKE_ENV+= RUSTFLAGS=${RUSTFLAGS:Q}
.include "../../security/openssl/buildlink3.mk"
.endif
Home |
Main Index |
Thread Index |
Old Index