mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 13:16:41 +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
|
. 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
|
setup_toolchain host
|
||||||
|
|
||||||
cd $PKG_BUILD
|
cd $PKG_BUILD
|
||||||
@ -33,7 +30,7 @@ cd $PKG_BUILD
|
|||||||
--enable-shared \
|
--enable-shared \
|
||||||
--disable-static \
|
--disable-static \
|
||||||
--disable-silent-rules \
|
--disable-silent-rules \
|
||||||
--with-internal-glib \
|
--with-internal-glib --disable-dtrace \
|
||||||
--with-gnu-ld
|
--with-gnu-ld
|
||||||
|
|
||||||
make
|
make
|
||||||
|
Loading…
x
Reference in New Issue
Block a user