pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/lang/clisp
Module Name: pkgsrc
Committed By: wiz
Date: Tue Sep 28 22:20:21 UTC 2021
Modified Files:
pkgsrc/lang/clisp: Makefile
Log Message:
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
To generate a diff of this commit:
cvs rdiff -u -r1.117 -r1.118 pkgsrc/lang/clisp/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/lang/clisp/Makefile
diff -u pkgsrc/lang/clisp/Makefile:1.117 pkgsrc/lang/clisp/Makefile:1.118
--- pkgsrc/lang/clisp/Makefile:1.117 Sun Apr 25 07:51:24 2021
+++ pkgsrc/lang/clisp/Makefile Tue Sep 28 22:20:21 2021
@@ -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
Home |
Main Index |
Thread Index |
Old Index