diff options
author | wiz <wiz@pkgsrc.org> | 2021-09-28 22:20:21 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2021-09-28 22:20:21 +0000 |
commit | 0d43402784dcd6275d25cd11909a456debfafd49 (patch) | |
tree | 726a98a2de152a1347d294618db960b1ae6ba705 /lang | |
parent | 3dd68153e6f52ad170f288e7615a13a0253f69d1 (diff) | |
download | pkgsrc-0d43402784dcd6275d25cd11909a456debfafd49.tar.gz |
clisp: mark as no-pie
Otherwise I see (on -current):
./lisp.run -B . -N locale -E UTF-8 -Epathname 1:1 -Emisc 1:1 -norc -m 2MW -lp -x '(and (load "init.lisp") (sys::%saveinitmem) (ext::exit)) (ext::exit t)'
*** Signal 11
Diffstat (limited to 'lang')
-rw-r--r-- | lang/clisp/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lang/clisp/Makefile b/lang/clisp/Makefile index 717384eaf4e..55093271ba1 100644 --- a/lang/clisp/Makefile +++ b/lang/clisp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.117 2021/04/25 07:51:24 mrg Exp $ +# $NetBSD: Makefile,v 1.118 2021/09/28 22:20:21 wiz Exp $ DISTNAME= clisp-2.49 PKGREVISION= 27 @@ -31,6 +31,8 @@ BUILD_DIRS= src USE_TOOLS+= groff UNLIMIT_RESOURCES= datasize stacksize +MKPIE_SUPPORTED= no + USE_GNU_CONFIGURE_HOST= NO # work around broken reasoning: "configure --host=..." => cross-building CONFIGURE_ARGS+= --disable-maintainer-mode CONFIGURE_ARGS+= --fsstnd=netbsd |