We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 31cbe79 commit fddba02Copy full SHA for fddba02
1 file changed
lang/rust/options.mk
@@ -1,4 +1,4 @@
1
-# $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 $
2
3
PKG_OPTIONS_VAR= PKG_OPTIONS.rust
4
PKG_SUPPORTED_OPTIONS+= rust-cargo-static rust-docs
@@ -86,9 +86,6 @@ CONFIGURE_ARGS+= --enable-cargo-native-static
86
BUILDLINK_API_DEPENDS.nghttp2+= nghttp2>=1.41.0
87
BUILDLINK_API_DEPENDS.curl+= curl>=7.67.0
88
.include "../../www/curl/buildlink3.mk"
89
-RUSTFLAGS+= -C link-arg=-L${BUILDLINK_PREFIX.openssl}/lib
90
-RUSTFLAGS+= -C link-arg=${COMPILER_RPATH_FLAG}${BUILDLINK_PREFIX.openssl}/lib
91
-MAKE_ENV+= RUSTFLAGS=${RUSTFLAGS:Q}
92
.include "../../security/openssl/buildlink3.mk"
93
.endif
94
0 commit comments