pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/lang/clisp clisp: mark as no-pie
details: https://anonhg.NetBSD.org/pkgsrc/rev/e57782b1e9cf
branches: trunk
changeset: 459035:e57782b1e9cf
user: wiz <wiz%pkgsrc.org@localhost>
date: Tue Sep 28 22:20:21 2021 +0000
description:
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:
lang/clisp/Makefile | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diffs (18 lines):
diff -r 51274eb392f4 -r e57782b1e9cf lang/clisp/Makefile
--- a/lang/clisp/Makefile Tue Sep 28 22:12:00 2021 +0000
+++ b/lang/clisp/Makefile Tue Sep 28 22:20:21 2021 +0000
@@ -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 @@
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
Home |
Main Index |
Thread Index |
Old Index