pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

rust: undo --disable-docs addition, rely on options.mk instead.



Module Name:	pkgsrc-wip
Committed By:	Havard Eidnes <he%NetBSD.org@localhost>
Pushed By:	he
Date:		Sat Nov 20 16:17:51 2021 +0100
Changeset:	b111520ab6600d53ab1fed52358e77324e7e488a

Modified Files:
	rust/Makefile

Log Message:
rust: undo --disable-docs addition, rely on options.mk instead.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=b111520ab6600d53ab1fed52358e77324e7e488a

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 rust/Makefile | 1 -
 1 file changed, 1 deletion(-)

diffs:
diff --git a/rust/Makefile b/rust/Makefile
index 33947b3253..dcd89dc635 100644
--- a/rust/Makefile
+++ b/rust/Makefile
@@ -41,7 +41,6 @@ CONFIGURE_ARGS+=		--local-rust-root=${RUST_BOOTSTRAP_PATH}
 CONFIGURE_ARGS+=		--enable-extended	# Build and install cargo too.
 CONFIGURE_ARGS+=		--enable-rpath
 CONFIGURE_ARGS+=		--disable-codegen-tests
-CONFIGURE_ARGS+=		--disable-docs
 CONFIGURE_ARGS+=		--disable-compiler-docs
 CONFIGURE_ARGS+=		--disable-dist-src
 CONFIGURE_ARGS+=		--disable-llvm-static-stdcpp


Home | Main Index | Thread Index | Old Index