mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
xbmc-addon-xvdr: fix build, use our CXXFLAGS too
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
2fa66b2c0d
commit
e9cc5d1ac0
@ -28,7 +28,7 @@ cd $PKG_BUILD
|
||||
touch NEWS AUTHORS ChangeLog
|
||||
do_autoreconf
|
||||
|
||||
CXXFLAGS="-DZLIB_INTERNAL=1" \
|
||||
CXXFLAGS="$CXXFLAGS -DZLIB_INTERNAL=1" \
|
||||
./configure --host=$TARGET_NAME \
|
||||
--build=$HOST_NAME \
|
||||
--prefix=/usr/share/xbmc \
|
||||
|
Loading…
x
Reference in New Issue
Block a user