vdr-sc: fix $CFLAGS

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2011-12-29 17:22:35 +01:00
parent 7587f99c3f
commit c64edc5c3c

View File

@ -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"