pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/intellij-ce-bin intellij-ce-bin: disable PIE/REL...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b049a52a32e9
branches:  trunk
changeset: 375536:b049a52a32e9
user:      nia <nia%pkgsrc.org@localhost>
date:      Tue Mar 15 18:00:16 2022 +0000

description:
intellij-ce-bin: disable PIE/RELRO checks entirely for prebuilt binaries

diffstat:

 devel/intellij-ce-bin/Makefile |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (21 lines):

diff -r 9192eeb31e82 -r b049a52a32e9 devel/intellij-ce-bin/Makefile
--- a/devel/intellij-ce-bin/Makefile    Tue Mar 15 17:53:32 2022 +0000
+++ b/devel/intellij-ce-bin/Makefile    Tue Mar 15 18:00:16 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2022/02/15 23:13:18 rillig Exp $
+# $NetBSD: Makefile,v 1.9 2022/03/15 18:00:16 nia Exp $
 #
 # TODO Import intellij-fsnotifier with inotify support from FreeBSD.
 
@@ -29,9 +29,9 @@
                plugins/Kotlin/kotlinc/bin/kotlinc-js   \
                plugins/Kotlin/kotlinc/bin/kotlinc-jvm
 
-CHECK_PIE_SKIP=                ${PKGNAME_NOREV}/bin/fsnotifier
-CHECK_PIE_SKIP+=       ${PKGNAME_NOREV}/plugins/Kotlin/bin/linux/LLDBFrontend
 CHECK_SHLIBS_SKIP=     *
+CHECK_RELRO_SUPPORTED= no
+CHECK_PIE_SUPPORTED=   no
 
 INSTALLATION_DIRS=     ${PKGNAME_NOREV} \
                        share/applications



Home | Main Index | Thread Index | Old Index