mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
dbus-glib:
- build against gettext instead gettext-dummy
This commit is contained in:
parent
31fe40904f
commit
19276f0ed1
@ -3,16 +3,20 @@
|
||||
. config/options
|
||||
|
||||
$SCRIPTS/build toolchain
|
||||
$SCRIPTS/build gettext-dummy
|
||||
$SCRIPTS/build gettext
|
||||
$SCRIPTS/build dbus
|
||||
$SCRIPTS/build glib
|
||||
$SCRIPTS/build expat
|
||||
|
||||
cd $PKG_BUILD
|
||||
|
||||
ac_cv_have_abstract_sockets=yes \
|
||||
ac_cv_func_posix_getpwnam_r=yes \
|
||||
have_abstract_sockets=yes \
|
||||
export ac_cv_have_abstract_sockets=yes
|
||||
export ac_cv_func_posix_getpwnam_r=yes
|
||||
export have_abstract_sockets=yes
|
||||
|
||||
export CFLAGS="$CFLAGS -I$SYSROOT_PREFIX/usr/include"
|
||||
export LDFLAGS="$LDFLAGS -L$SYSROOT_PREFIX/usr/lib"
|
||||
|
||||
./configure --host=$TARGET_NAME \
|
||||
--build=$HOST_NAME \
|
||||
--prefix=/usr \
|
||||
|
@ -5,7 +5,7 @@
|
||||
$SCRIPTS/install dbus
|
||||
$SCRIPTS/install glib
|
||||
$SCRIPTS/install expat
|
||||
$SCRIPTS/install gettext-dummy
|
||||
$SCRIPTS/install gettext
|
||||
|
||||
mkdir -p $INSTALL/usr/lib
|
||||
cp -PR $PKG_BUILD/dbus/.libs/*.so* $INSTALL/usr/lib
|
||||
|
Loading…
x
Reference in New Issue
Block a user