pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/jalbum



Module Name:    pkgsrc
Committed By:   nia
Date:           Sun Apr 10 08:07:04 UTC 2022

Modified Files:
        pkgsrc/www/jalbum: Makefile

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


To generate a diff of this commit:
cvs rdiff -u -r1.33 -r1.34 pkgsrc/www/jalbum/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/www/jalbum/Makefile
diff -u pkgsrc/www/jalbum/Makefile:1.33 pkgsrc/www/jalbum/Makefile:1.34
--- pkgsrc/www/jalbum/Makefile:1.33     Thu May  2 08:36:10 2019
+++ pkgsrc/www/jalbum/Makefile  Sun Apr 10 08:07:04 2022
@@ -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 @@ INSTALLATION_DIRS+=  bin ${PREFIX}/share/
 
 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