mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 13:16:41 +00:00
glib:
- update to glib-2.22.2 - various cleanups
This commit is contained in:
parent
2fd5808964
commit
f6ddd755ee
@ -11,10 +11,15 @@ cd $PKG_BUILD
|
|||||||
mkdir -p .build-target
|
mkdir -p .build-target
|
||||||
|
|
||||||
cd .build-target
|
cd .build-target
|
||||||
ac_cv_func_posix_getpwuid_r=yes \
|
ac_cv_func_mmap_fixed_mapped='yes' \
|
||||||
ac_cv_func_posix_getgrgid_r=yes \
|
ac_cv_func_posix_getpwuid_r='yes' \
|
||||||
glib_cv_stack_grows=no \
|
ac_cv_func_posix_getgrgid_r='yes' \
|
||||||
glib_cv_uscore=no \
|
ac_cv_func_printf_unix98='yes' \
|
||||||
|
ac_cv_func_snprintf_c99='yes' \
|
||||||
|
ac_cv_func_vsnprintf_c99='yes' \
|
||||||
|
glib_cv_stack_grows='no' \
|
||||||
|
glib_cv_uscore='no' \
|
||||||
|
glib_cv_va_val_copy='no' \
|
||||||
../configure --host=$TARGET_NAME \
|
../configure --host=$TARGET_NAME \
|
||||||
--build=$HOST_NAME \
|
--build=$HOST_NAME \
|
||||||
--prefix=/usr \
|
--prefix=/usr \
|
||||||
@ -22,14 +27,21 @@ glib_cv_uscore=no \
|
|||||||
--localstatedir=/var \
|
--localstatedir=/var \
|
||||||
--enable-shared \
|
--enable-shared \
|
||||||
--disable-static \
|
--disable-static \
|
||||||
|
--disable-debug \
|
||||||
|
--disable-silent-rules \
|
||||||
|
--disable-selinux \
|
||||||
|
--disable-fam \
|
||||||
|
--enable-xattr \
|
||||||
|
--enable-regex \
|
||||||
|
--with-gnu-ld \
|
||||||
|
--with-threads=posix \
|
||||||
--with-libiconv=gnu \
|
--with-libiconv=gnu \
|
||||||
--enable-debug=no \
|
|
||||||
--disable-man \
|
--disable-man \
|
||||||
--disable-rebuilds \
|
--disable-rebuilds \
|
||||||
--disable-gtk-doc \
|
--disable-gtk-doc \
|
||||||
|
|
||||||
make
|
make
|
||||||
|
|
||||||
make DESTDIR=$SYSROOT_PREFIX install
|
$MAKEINSTALL
|
||||||
|
|
||||||
cp g*-2.0.pc $SYSROOT_PREFIX/usr/lib/pkgconfig
|
cp g*-2.0.pc $SYSROOT_PREFIX/usr/lib/pkgconfig
|
||||||
|
@ -1 +1 @@
|
|||||||
http://ftp.gnome.org/pub/GNOME/sources/glib/2.22/glib-2.22.1.tar.bz2
|
http://ftp.gnome.org/pub/GNOME/sources/glib/2.22/glib-2.22.2.tar.bz2
|
Loading…
x
Reference in New Issue
Block a user