mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 13:46:49 +00:00
pciutils: use $CFLAGS instead $TARGET_CFLAGS
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
719eb05fee
commit
f26a86e0bd
@ -24,7 +24,7 @@
|
|||||||
|
|
||||||
cd $PKG_BUILD
|
cd $PKG_BUILD
|
||||||
|
|
||||||
make OPT="$TARGET_CFLAGS" \
|
make OPT="$CFLAGS" \
|
||||||
CROSS_COMPILE=${TARGET_PREFIX} \
|
CROSS_COMPILE=${TARGET_PREFIX} \
|
||||||
HOST=$TARGET_ARCH-linux \
|
HOST=$TARGET_ARCH-linux \
|
||||||
IDSDIR="/usr/share" \
|
IDSDIR="/usr/share" \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user