Skip to content

Commit 7bd4a92

Browse files
committed
Mark the package as MKPIE-unsupported
1 parent d427c50 commit 7bd4a92

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

lang/rust-bin/Makefile

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# $NetBSD: Makefile,v 1.31 2021/12/10 19:00:35 gutteridge Exp $
1+
# $NetBSD: Makefile,v 1.32 2022/01/30 04:31:22 pho Exp $
22

33
DISTNAME= rust-1.56.1
44
PKGNAME= ${DISTNAME:S/rust/rust-bin/1}
@@ -39,6 +39,9 @@ BROKEN_ON_PLATFORM+= NetBSD-[1-7].*-*
3939
# Bootstraps built for 9.0.
4040
BROKEN_ON_PLATFORM+= NetBSD-8.*-earmv7hf
4141

42+
# Binary distributions aren't built as PIE.
43+
MKPIE_SUPPORTED= no
44+
4245
NO_BUILD= yes
4346
USE_TOOLS+= bash pax
4447
WRKSRC= ${WRKDIR}/${DISTFILES:S/.tar.gz//}

0 commit comments

Comments
 (0)