mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-31 22:47:51 +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
|
||||
|
||||
VDR_DIR=`basename $BUILD/vdr-[0-9]*`
|
||||
CFLAGS="$CFLAGS -Wall -fPIC -fomit-frame-pointer -fexpensive-optimizations -funroll-loops"
|
||||
|
||||
# dont build parallel
|
||||
MAKEFLAGS=-j1
|
||||
|
||||
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