pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/lang/clisp clisp: temporarily avoid failing RELRO/PIE ...
details: https://anonhg.NetBSD.org/pkgsrc/rev/57e83d8cd1ec
branches: trunk
changeset: 375806:57e83d8cd1ec
user: nia <nia%pkgsrc.org@localhost>
date: Sun Mar 27 10:57:59 2022 +0000
description:
clisp: temporarily avoid failing RELRO/PIE checks for branch
diffstat:
lang/clisp/module.mk | 6 +++++-
1 files changed, 5 insertions(+), 1 deletions(-)
diffs (20 lines):
diff -r c4b2922683e9 -r 57e83d8cd1ec lang/clisp/module.mk
--- a/lang/clisp/module.mk Sun Mar 27 10:53:39 2022 +0000
+++ b/lang/clisp/module.mk Sun Mar 27 10:57:59 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: module.mk,v 1.12 2019/11/02 10:20:42 rillig Exp $
+# $NetBSD: module.mk,v 1.13 2022/03/27 10:57:59 nia Exp $
#
# Package-settable variables:
#
@@ -16,6 +16,10 @@
CONFIGURE_ENV+= ac_aux_dir=${PREFIX}/lib/clisp/build-aux/
#TEST_TARGET= check mod-check
+# XXX temporary workaround, links shared object with ld directly
+CHECK_RELRO_SUPPORTED= no
+CHECK_PIE_SUPPORTED= no
+
INSTALLATION_DIRS= lib/clisp
.if !target(do-install)
Home |
Main Index |
Thread Index |
Old Index