pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/eclipse



Module Name:    pkgsrc
Committed By:   nia
Date:           Sun Mar 27 15:01:09 UTC 2022

Modified Files:
        pkgsrc/devel/eclipse: Makefile

Log Message:
eclipse: Disable checks for prebuilt binaries


To generate a diff of this commit:
cvs rdiff -u -r1.36 -r1.37 pkgsrc/devel/eclipse/Makefile

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

Modified files:

Index: pkgsrc/devel/eclipse/Makefile
diff -u pkgsrc/devel/eclipse/Makefile:1.36 pkgsrc/devel/eclipse/Makefile:1.37
--- pkgsrc/devel/eclipse/Makefile:1.36  Sun Jan 26 17:30:56 2020
+++ pkgsrc/devel/eclipse/Makefile       Sun Mar 27 15:01:09 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.36 2020/01/26 17:30:56 rillig Exp $
+# $NetBSD: Makefile,v 1.37 2022/03/27 15:01:09 nia Exp $
 
 DISTNAME=      ${PKGNAME_NOREV}
 PKGNAME=       eclipse-${VERSION}
@@ -41,6 +41,8 @@ do-build:
 NO_BUILD=              yes
 CHECK_SHLIBS_SUPPORTED=        no
 CHECK_SSP_SUPPORTED=   no
+CHECK_RELRO_SUPPORTED= no
+CHECK_PIE_SUPPORTED=   no
 
 do-extract:
        ${MKDIR} ${WRKDIR}/result



Home | Main Index | Thread Index | Old Index