Skip to content

Commit fddba02

Browse files
committed
rust: drop a block that should be redundant now
As discussed: https://mail-index.netbsd.org/pkgsrc-changes/2026/02/12/msg340380.html
1 parent 31cbe79 commit fddba02

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

lang/rust/options.mk

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# $NetBSD: options.mk,v 1.52 2026/02/12 01:35:36 gutteridge Exp $
1+
# $NetBSD: options.mk,v 1.53 2026/02/12 15:30:12 gutteridge Exp $
22

33
PKG_OPTIONS_VAR= PKG_OPTIONS.rust
44
PKG_SUPPORTED_OPTIONS+= rust-cargo-static rust-docs
@@ -86,9 +86,6 @@ CONFIGURE_ARGS+= --enable-cargo-native-static
8686
BUILDLINK_API_DEPENDS.nghttp2+= nghttp2>=1.41.0
8787
BUILDLINK_API_DEPENDS.curl+= curl>=7.67.0
8888
.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}
9289
.include "../../security/openssl/buildlink3.mk"
9390
.endif
9491

0 commit comments

Comments
 (0)