mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
Mesa: unset $LDFLAGS
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
c1b173665e
commit
c20173e027
@ -9,9 +9,8 @@ get_graphicdrivers
|
||||
strip_linker_plugin
|
||||
strip_lto # Mesa fails to build with LTO optimization
|
||||
|
||||
# dont use strip or ggdb because of use from mklib
|
||||
LDFLAGS=`echo $LDFLAGS | sed -e "s|-s | |"`
|
||||
LDFLAGS=`echo $LDFLAGS | sed -e "s|-ggdb | |"`
|
||||
# TODO:
|
||||
LDFLAGS=""
|
||||
|
||||
MESA_CONFIG=" --disable-gallium --disable-gallium-nouveau --disable-gallium-i915 --disable-gallium-i965"
|
||||
MESA_CONFIG="$MESA_CONFIG --disable-gallium-radeon --disable-gallium-r600 --disable-gallium-svga --disable-gallium-swrast"
|
||||
|
Loading…
x
Reference in New Issue
Block a user