git: 0411212e7632 - main - security/vaultwarden: Drop RUSTC_BOOTSTRAP
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 21 Dec 2022 20:26:00 UTC
The branch main has been updated by mr:
URL: https://cgit.FreeBSD.org/ports/commit/?id=0411212e7632a708250e2ecf2d4a1904fda0211b
commit 0411212e7632a708250e2ecf2d4a1904fda0211b
Author: Michael Reifenberger <mr@FreeBSD.org>
AuthorDate: 2022-12-21 20:23:57 +0000
Commit: Michael Reifenberger <mr@FreeBSD.org>
CommitDate: 2022-12-21 20:23:57 +0000
security/vaultwarden: Drop RUSTC_BOOTSTRAP
Try the build without RUSTC_BOOTSTRAP
PR: 258368
Reported by: Jan Beich
---
security/vaultwarden/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/security/vaultwarden/Makefile b/security/vaultwarden/Makefile
index 1e6a502b4653..e508e45499d2 100644
--- a/security/vaultwarden/Makefile
+++ b/security/vaultwarden/Makefile
@@ -383,7 +383,7 @@ CARGO_CRATES= addr2line-0.17.0 \
multer@git+https://github.com/BlackDex/multer-rs?rev=477d16b7fa0f361b5c2a5ba18a5b28bec6d26a8a\#477d16b7fa0f361b5c2a5ba18a5b28bec6d26a8a
CARGO_FEATURES= mysql postgresql sqlite #vendored_openssl
-CARGO_ENV+= RUSTC_BOOTSTRAP=1
+#CARGO_ENV+= RUSTC_BOOTSTRAP=1
INSTALL_TARGET= install-strip