pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/math/openaxiom openaxiom: mark two files as not PIE



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8ef8e067ab36
branches:  trunk
changeset: 390530:8ef8e067ab36
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Wed Dec 21 15:43:30 2022 +0000

description:
openaxiom: mark two files as not PIE

If you know how to fix this, please do so.
But this allows openaxiom to package.

diffstat:

 math/openaxiom/Makefile |  7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)

diffs (21 lines):

diff -r 181f376b2a9d -r 8ef8e067ab36 math/openaxiom/Makefile
--- a/math/openaxiom/Makefile   Wed Dec 21 15:29:10 2022 +0000
+++ b/math/openaxiom/Makefile   Wed Dec 21 15:43:30 2022 +0000
@@ -1,5 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2021/12/08 16:05:35 adam Exp $
-#
+# $NetBSD: Makefile,v 1.14 2022/12/21 15:43:30 wiz Exp $
 
 DISTNAME=              open-axiom-1.4.1
 PKGNAME=               ${DISTNAME:S/open-/open/}
@@ -22,6 +21,10 @@
 CONFIGURE_ENV=         HOST_AWK=${TOOLS_PLATFORM.awk:Q}
 BUILD_MAKE_FLAGS+=     TOOLS_PLATFORM.install=${TOOLS_PLATFORM.install:Q}
 
+# XXX: these files are not PIE
+CHECK_PIE_SKIP+=       lib/open-axiom/*/${PKGVERSION_NOREV}/bin/AXIOMsys
+CHECK_PIE_SKIP+=       lib/open-axiom/*/${PKGVERSION_NOREV}/bin/bootsys
+
 .include "options.mk"
 
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index