mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-17 11:04:10 -04:00
dev-embedded/bcm2-utils: quote emake args
Closes: https://bugs.gentoo.org/935000 Signed-off-by: Eli Burch <eli.burch@burchbytes.com>
This commit is contained in:
@@ -22,8 +22,8 @@ src_prepare(){
|
||||
}
|
||||
|
||||
src_compile(){
|
||||
emake CC=$(tc-getCC) CXX=$(tc-getCXX) CFLAGS=${CFLAGS} CXXFLAGS=${CXXFLAGS} \
|
||||
LDFLAGS=${LDFLAGS}
|
||||
emake CC="$(tc-getCC)" CXX="$(tc-getCXX)" CFLAGS="${CFLAGS}" CXXFLAGS="${CXXFLAGS}" \
|
||||
LDFLAGS="${LDFLAGS}"
|
||||
}
|
||||
|
||||
src_install(){
|
||||
|
||||
Reference in New Issue
Block a user