diff options
author | pho <pho@pkgsrc.org> | 2022-02-14 12:12:07 +0000 |
---|---|---|
committer | pho <pho@pkgsrc.org> | 2022-02-14 12:12:07 +0000 |
commit | b99626b6294ac4bd962ca650cb11c46d55a4dbf6 (patch) | |
tree | 4db5669322443ad628479a39b92eae15db7f18f8 /lang | |
parent | 17f2d2d24da68d4f0aad3089a5f67ab7f81221d8 (diff) | |
download | pkgsrc-b99626b6294ac4bd962ca650cb11c46d55a4dbf6.tar.gz |
Mark the package as not supporting MKPIE
Not sure if it really doesn't support PIE, but it's an obsolete compiler
anyway.
Diffstat (limited to 'lang')
-rw-r--r-- | lang/ghc810/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lang/ghc810/Makefile b/lang/ghc810/Makefile index 1aacb698b9c..06e148609af 100644 --- a/lang/ghc810/Makefile +++ b/lang/ghc810/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2021/12/08 16:02:15 adam Exp $ +# $NetBSD: Makefile,v 1.10 2022/02/14 12:12:07 pho Exp $ # ----------------------------------------------------------------------------- # Package metadata # @@ -14,6 +14,8 @@ HOMEPAGE= https://www.haskell.org/ghc/ COMMENT= Compiler for the functional language Haskell - 8.10 Release Series LICENSE= modified-bsd +MKPIE_SUPPORTED= no + UNLIMIT_RESOURCES= datasize virtualsize # GHC requires GHC to build itself. We have to prepare stripped-down |