FreeBSD Bugzilla – Attachment 121588 Details for
Bug 164606
[patch] Add option to devel/ccache to statically build ccache
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 877 bytes, created by
Ryan Steinmetz
on 2012-01-29 18:50:13 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Ryan Steinmetz
Created:
2012-01-29 18:50:13 UTC
Size:
877 bytes
patch
obsolete
>Index: Makefile >=================================================================== >RCS file: /home/ncvs/ports/devel/ccache/Makefile,v >retrieving revision 1.67 >diff -u -r1.67 Makefile >--- Makefile 8 Jan 2012 21:16:53 -0000 1.67 >+++ Makefile 29 Jan 2012 18:45:07 -0000 >@@ -26,7 +26,8 @@ > PORTDOCS= ccache-howto-freebsd.txt MANUAL.html > > OPTIONS= CLANGLINK "Create clang compiler links if clang is installed" off \ >- LLVMLINK "Create llvm compiler links if llvm is installed" off >+ LLVMLINK "Create llvm compiler links if llvm is installed" off \ >+ STATIC "Statically build ccache" off > > .include <bsd.port.pre.mk> > >@@ -47,6 +48,10 @@ > CCACHE_COMPILERS+= llvm-gcc llvm-c++ llvm-g++ > .endif > >+.if defined(WITH_STATIC) >+LDFLAGS+= "--static" >+.endif >+ > CCACHE_COMPILERS+= ${EXTRA_COMPILERS} > SUB_LIST+= CCACHE_COMPILERS="${CCACHE_COMPILERS}" \ > CCLINKDIR="${CCLINKDIR}" \
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
Actions:
View
|
Diff
Attachments on
bug 164606
: 121588