pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/paros



Module Name:    pkgsrc
Committed By:   nia
Date:           Sun Mar 27 10:29:40 UTC 2022

Modified Files:
        pkgsrc/www/paros: Makefile

Log Message:
paros: disable RELRO/MKPIE checks for prebuilt binaries


To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 pkgsrc/www/paros/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/paros/Makefile
diff -u pkgsrc/www/paros/Makefile:1.18 pkgsrc/www/paros/Makefile:1.19
--- pkgsrc/www/paros/Makefile:1.18      Mon Nov  6 13:33:48 2017
+++ pkgsrc/www/paros/Makefile   Sun Mar 27 10:29:40 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 2017/11/06 13:33:48 wiz Exp $
+# $NetBSD: Makefile,v 1.19 2022/03/27 10:29:40 nia Exp $
 
 DISTNAME=      paros-3.2.13-unix
 PKGNAME=       ${DISTNAME:S/-unix//}
@@ -26,6 +26,8 @@ CHECK_SHLIBS_SKIP=    lib/paros/libmozembed
 CHECK_SHLIBS_SKIP+=    lib/paros/libmozembed-linux-gtk2.so
 CHECK_SHLIBS_SKIP+=    lib/paros/libjdic.so lib/paros/libtray.so
 CHECK_SSP_SKIP+=       ${CHECK_SHLIBS_SKIP}
+CHECK_MKPIE_SUPPORTED= no
+CHECK_RELRO_SUPPORTED= no
 
 SUBST_CLASSES+=                java
 SUBST_MESSAGE.java=    Fixing hardcoded path to Java.



Home | Main Index | Thread Index | Old Index