FreeBSD Bugzilla – Attachment 240084 Details for
Bug 269491
www/node18: www/node19: www/node16: honor ccache for build
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch: www/node18: www/node19: honor ccache for build
0001-www-node18-www-node19-honor-ccache-for-build.patch (text/plain), 1.41 KB, created by
Matthias Andree
on 2023-02-11 12:06:48 UTC
(
hide
)
Description:
patch: www/node18: www/node19: honor ccache for build
Filename:
MIME Type:
Creator:
Matthias Andree
Created:
2023-02-11 12:06:48 UTC
Size:
1.41 KB
patch
obsolete
>From db0c6da5fb3c977e194b61ae1e991e3c14aa6ae9 Mon Sep 17 00:00:00 2001 >From: Matthias Andree <mandree@FreeBSD.org> >Date: Sat, 11 Feb 2023 13:00:48 +0100 >Subject: [PATCH] www/node18: www/node19: honor ccache for build > >This works because CCACHE_BIN is empty if not requested. >--- > www/node18/Makefile | 4 ++-- > www/node19/Makefile | 4 ++-- > 2 files changed, 4 insertions(+), 4 deletions(-) > >diff --git a/www/node18/Makefile b/www/node18/Makefile >index f08827eab1fa..6e949dff78f7 100644 >--- a/www/node18/Makefile >+++ b/www/node18/Makefile >@@ -37,9 +37,9 @@ CONFIGURE_ARGS= --prefix=${PREFIX:S|^${DESTDIR}||} \ > --shared-zlib \ > --without-npm > HAS_CONFIGURE= yes >-MAKE_ENV= CC.host="${CC}" \ >+MAKE_ENV= CC.host="${CCACHE_BIN} ${CC}" \ > CFLAGS.host="${CFLAGS}" \ >- CXX.host="${CXX}" \ >+ CXX.host="${CCACHE_BIN} ${CXX}" \ > CXXFLAGS.host="${CXXFLAGS}" \ > LDFLAGS.host="${LDFLAGS}" \ > LINK.host="${CXX}" >diff --git a/www/node19/Makefile b/www/node19/Makefile >index a393d5f3446d..ba1e8dc52a09 100644 >--- a/www/node19/Makefile >+++ b/www/node19/Makefile >@@ -37,9 +37,9 @@ CONFIGURE_ARGS= --prefix=${PREFIX:S|^${DESTDIR}||} \ > --shared-zlib \ > --without-npm > HAS_CONFIGURE= yes >-MAKE_ENV= CC.host="${CC}" \ >+MAKE_ENV= CC.host="${CCACHE_BIN} ${CC}" \ > CFLAGS.host="${CFLAGS}" \ >- CXX.host="${CXX}" \ >+ CXX.host="${CCACHE_BIN} ${CXX}" \ > CXXFLAGS.host="${CXXFLAGS}" \ > LDFLAGS.host="${LDFLAGS}" \ > LINK.host="${CXX}" >-- >2.39.1 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Flags:
mandree
:
maintainer-approval?
(
sunpoet
)
Actions:
View
|
Diff
Attachments on
bug 269491
: 240084 |
240135