mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
pkg-config: disable dtrace support in internal glib, cleanup
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
74dab944f2
commit
d756ba8210
@ -22,9 +22,6 @@
|
||||
|
||||
. config/options $1
|
||||
|
||||
# export GLIB_CFLAGS="-I$ROOT/$TOOLCHAIN/include/glib-2.0 -I$ROOT/$TOOLCHAIN/lib/glib-2.0/include"
|
||||
# export GLIB_LIBS="-L$ROOT/$TOOLCHAIN/lib -lglib-2.0"
|
||||
|
||||
setup_toolchain host
|
||||
|
||||
cd $PKG_BUILD
|
||||
@ -33,7 +30,7 @@ cd $PKG_BUILD
|
||||
--enable-shared \
|
||||
--disable-static \
|
||||
--disable-silent-rules \
|
||||
--with-internal-glib \
|
||||
--with-internal-glib --disable-dtrace \
|
||||
--with-gnu-ld
|
||||
|
||||
make
|
||||
|
Loading…
x
Reference in New Issue
Block a user