Link [ pkgsrc | NetBSD | pkgsrc git mirror | PR fulltext-search | netbsd commit viewer ]


   
        usage: [branch:branch] [user:user] [path[@revision]] keyword [... [-excludekeyword [...]]] (e.g. branch:MAIN pkgtools/pkg)




switch to index mode

recent branches: MAIN (3h)  pkgsrc-2024Q1 (8d)  pkgsrc-2023Q4 (55d)  pkgsrc-2023Q2 (88d)  pkgsrc-2023Q3 (167d) 

2024-05-26 10:13:07 UTC Now

2024-05-10 22:52:47 UTC MAIN commitmail json YAML

lang/openjdk8: Set IGNORE_CCCACHE=

openjdk has a scheme to figure out if the compiler is gcc or clang.
While it tries to see through ccache, using
  PKGSRC_COMPILER=ccache gcc
fails.  Set IGNORE_CCCACHE=yes as documented in mk/compiler/ccache.mk
to avoid using ccache, until someone fixes this better.

(gdt)