mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-08-01 15:07:49 +00:00
vdr-sc: fix $CFLAGS
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
7587f99c3f
commit
c64edc5c3c
3
packages/3rdparty/multimedia/vdr-sc/build
vendored
3
packages/3rdparty/multimedia/vdr-sc/build
vendored
@ -23,10 +23,11 @@
|
|||||||
. config/options $1
|
. config/options $1
|
||||||
|
|
||||||
VDR_DIR=`basename $BUILD/vdr-[0-9]*`
|
VDR_DIR=`basename $BUILD/vdr-[0-9]*`
|
||||||
|
CFLAGS="$CFLAGS -Wall -fPIC -fomit-frame-pointer -fexpensive-optimizations -funroll-loops"
|
||||||
|
|
||||||
# dont build parallel
|
# dont build parallel
|
||||||
MAKEFLAGS=-j1
|
MAKEFLAGS=-j1
|
||||||
|
|
||||||
cd $PKG_BUILD
|
cd $PKG_BUILD
|
||||||
make VDRDIR="../$VDR_DIR" LIBDIR="." LOCALEDIR="./locale"
|
make VDRDIR="../$VDR_DIR" LIBDIR="." LOCALEDIR="./locale" FLAGS="$CFLAGS"
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user