mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-28 01:06:17 +00:00
sysutils/fusefs-lkl: respect CC
PR: 218475 Submitted by: Ting-Wei Lan Approved by: maintainer timeout (1 month)
This commit is contained in:
parent
780acfbcca
commit
a63284837d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=445834
@ -14,12 +14,12 @@ COMMENT= Full-featured Linux BTRFS, Ext4, XFS as a FUSE module
|
||||
|
||||
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 @@ ALL_TARGET= lklfuse
|
||||
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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user