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:   jperkin
Date:           Mon Oct  9 15:26:11 UTC 2017

Modified Files:
        pkgsrc/www/jalbum: Makefile

Log Message:
jalbum: Disable SSP for bundled libraries.


To generate a diff of this commit:
cvs rdiff -u -r1.30 -r1.31 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.30 pkgsrc/www/jalbum/Makefile:1.31
--- pkgsrc/www/jalbum/Makefile:1.30     Fri Mar 25 21:03:09 2016
+++ pkgsrc/www/jalbum/Makefile  Mon Oct  9 15:26:11 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.30 2016/03/25 21:03:09 joerg Exp $
+# $NetBSD: Makefile,v 1.31 2017/10/09 15:26:11 jperkin Exp $
 
 DISTNAME=              Jalbum${VERSION}
 PKGNAME=               jalbum-${VERSION}
@@ -25,6 +25,7 @@ INSTALLATION_DIRS+=   bin ${PREFIX}/share/
 USE_TOOLS+=            pax
 
 CHECK_SHLIBS_SKIP+=    share/jalbum/lib/*
+CHECK_SSP_SKIP+=       ${CHECK_SHLIBS_SKIP}
 
 post-extract:
        ${ECHO} "===> Removing invalid skins"



Home | Main Index | Thread Index | Old Index