Skip to content

Commit

Permalink
fusefs-lkl: gcc+binutils is only needed to build
Browse files Browse the repository at this point in the history
There are no run-time requirements on GCC, so don't force
the install of GCC, and worse Binutils to conflict with base
utilities.

PR:	278848
Pull Request:	#251
  • Loading branch information
David E. O'Brien authored and David E. O'Brien committed May 16, 2024
1 parent 26027bc commit 178aa7c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sysutils/fusefs-lkl/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ USES= bison:build fuse gmake python:build shebangfix
SHEBANG_FILES= ../../arch/lkl/scripts/headers_install.py
BINARY_ALIAS= sed=gsed \
stat=gnustat
USE_BINUTILS= yes
USE_GCC= yes
USE_BINUTILS= yes:build
USE_GCC= yes:build
USE_GITHUB= yes
GH_PROJECT= linux
GH_TAGNAME= 86dd3afb590eccc1903611bdaa8bac87757eb80d
Expand Down

0 comments on commit 178aa7c

Please sign in to comment.