pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/jalbum jalbum: Disable all checks on pre-built bin...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d4f157be697e
branches:  trunk
changeset: 376609:d4f157be697e
user:      nia <nia%pkgsrc.org@localhost>
date:      Sun Apr 10 08:07:04 2022 +0000

description:
jalbum: Disable all checks on pre-built binaries, fixes RELRO build

diffstat:

 www/jalbum/Makefile |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (21 lines):

diff -r d90588a9aa32 -r d4f157be697e www/jalbum/Makefile
--- a/www/jalbum/Makefile       Sun Apr 10 08:04:38 2022 +0000
+++ b/www/jalbum/Makefile       Sun Apr 10 08:07:04 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.33 2019/05/02 08:36:10 wiz Exp $
+# $NetBSD: Makefile,v 1.34 2022/04/10 08:07:04 nia Exp $
 
 DISTNAME=              Jalbum${VERSION}
 PKGNAME=               jalbum-${VERSION}
@@ -23,8 +23,11 @@
 
 USE_TOOLS+=            pax
 
+# Disable checks on pre-build binaries
 CHECK_SHLIBS_SKIP+=    share/jalbum/lib/*
 CHECK_SSP_SKIP+=       ${CHECK_SHLIBS_SKIP}
+CHECK_PIE_SKIP+=       ${CHECK_SHLIBS_SKIP}
+CHECK_RELRO_SKIP+=     ${CHECK_SHLIBS_SKIP}
 
 post-extract:
        ${ECHO} "===> Removing invalid skins"



Home | Main Index | Thread Index | Old Index