We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d427c50 commit 7bd4a92Copy full SHA for 7bd4a92
1 file changed
lang/rust-bin/Makefile
@@ -1,4 +1,4 @@
1
-# $NetBSD: Makefile,v 1.31 2021/12/10 19:00:35 gutteridge Exp $
+# $NetBSD: Makefile,v 1.32 2022/01/30 04:31:22 pho Exp $
2
3
DISTNAME= rust-1.56.1
4
PKGNAME= ${DISTNAME:S/rust/rust-bin/1}
@@ -39,6 +39,9 @@ BROKEN_ON_PLATFORM+= NetBSD-[1-7].*-*
39
# Bootstraps built for 9.0.
40
BROKEN_ON_PLATFORM+= NetBSD-8.*-earmv7hf
41
42
+# Binary distributions aren't built as PIE.
43
+MKPIE_SUPPORTED= no
44
+
45
NO_BUILD= yes
46
USE_TOOLS+= bash pax
47
WRKSRC= ${WRKDIR}/${DISTFILES:S/.tar.gz//}
0 commit comments