FreeBSD Bugzilla – Attachment 183234 Details for
Bug 218475
sysutils/fusefs-lkl depends on gcc binary, ignores CC setting
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Set CC and HOSTCC variables to avoid depending on lang/gcc port
fusefs-lkl.patch (text/plain), 710 bytes, created by
Ting-Wei Lan
on 2017-06-05 08:09:23 UTC
(
hide
)
Description:
Set CC and HOSTCC variables to avoid depending on lang/gcc port
Filename:
MIME Type:
Creator:
Ting-Wei Lan
Created:
2017-06-05 08:09:23 UTC
Size:
710 bytes
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 442604) >+++ Makefile (working copy) >@@ -14,12 +14,12 @@ > > LICENSE= GPLv2 > >-BUILD_DEPENDS= gnubc>0:math/gnubc \ >- gcc>0:lang/gcc >+BUILD_DEPENDS= gnubc>0:math/gnubc > > USES= fuse gmake python:build shebangfix > SHEBANG_FILES= ../../arch/lkl/scripts/headers_install.py > USE_BINUTILS= yes >+USE_GCC= yes > USE_GITHUB= yes > GH_PROJECT= linux > >@@ -33,7 +33,7 @@ > MAKE_JOBS_UNSAFE=yes > MAKE_ARGS+= V=1 > # Need ports versions of 'bc', 'ld' to build! >-MAKE_ARGS+= PATH="${LOCALBASE}/bin:${PATH}" >+MAKE_ARGS+= PATH="${LOCALBASE}/bin:${PATH}" CC="${CC}" HOSTCC="${CC}" > > PLIST_FILES= bin/lklfuse lib/liblkl.a >
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 218475
:
182188
| 183234