mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 13:16:41 +00:00
glib: update to glib-2.28.8
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
4f000f4ad5
commit
b141ffba39
@ -29,33 +29,38 @@
|
|||||||
cd $PKG_BUILD
|
cd $PKG_BUILD
|
||||||
mkdir -p .build-target && cd .build-target
|
mkdir -p .build-target && cd .build-target
|
||||||
|
|
||||||
|
ac_cv_func_mmap_fixed_mapped='yes' \
|
||||||
ac_cv_func_posix_getpwuid_r='yes' \
|
ac_cv_func_posix_getpwuid_r='yes' \
|
||||||
ac_cv_func_posix_getgrgid_r='yes' \
|
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_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 \
|
||||||
--sysconfdir=/etc \
|
--sysconfdir=/etc \
|
||||||
--localstatedir=/var \
|
--localstatedir=/var \
|
||||||
--enable-shared \
|
|
||||||
--disable-static \
|
|
||||||
--disable-debug \
|
|
||||||
--disable-silent-rules \
|
--disable-silent-rules \
|
||||||
|
--disable-debug \
|
||||||
|
--disable-static \
|
||||||
|
--enable-shared \
|
||||||
--disable-selinux \
|
--disable-selinux \
|
||||||
--disable-fam \
|
--disable-fam \
|
||||||
--enable-xattr \
|
--enable-xattr \
|
||||||
--enable-regex \
|
--enable-regex \
|
||||||
--with-gnu-ld \
|
--disable-gtk-doc \
|
||||||
--with-threads=posix \
|
|
||||||
--disable-man \
|
--disable-man \
|
||||||
--disable-dtrace \
|
--disable-dtrace \
|
||||||
--disable-systemtap \
|
--disable-systemtap \
|
||||||
--disable-gcov \
|
--disable-gcov \
|
||||||
--with-libiconv \
|
|
||||||
--enable-Bsymbolic \
|
--enable-Bsymbolic \
|
||||||
--disable-rebuilds \
|
--with-gnu-ld \
|
||||||
--disable-gtk-doc \
|
--with-threads=posix \
|
||||||
|
--with-pcre=system \
|
||||||
|
--with-libiconv \
|
||||||
|
|
||||||
make
|
make
|
||||||
|
|
||||||
|
@ -19,14 +19,14 @@
|
|||||||
################################################################################
|
################################################################################
|
||||||
|
|
||||||
PKG_NAME="glib"
|
PKG_NAME="glib"
|
||||||
PKG_VERSION="2.28.7"
|
PKG_VERSION="2.28.8"
|
||||||
PKG_REV="1"
|
PKG_REV="1"
|
||||||
PKG_ARCH="any"
|
PKG_ARCH="any"
|
||||||
PKG_LICENSE="LGPL"
|
PKG_LICENSE="LGPL"
|
||||||
PKG_SITE="http://www.gtk.org/"
|
PKG_SITE="http://www.gtk.org/"
|
||||||
PKG_URL="http://ftp.gnome.org/pub/gnome/sources/glib/2.28/$PKG_NAME-$PKG_VERSION.tar.bz2"
|
PKG_URL="http://ftp.gnome.org/pub/gnome/sources/glib/2.28/$PKG_NAME-$PKG_VERSION.tar.bz2"
|
||||||
PKG_DEPENDS="zlib libiconv"
|
PKG_DEPENDS="zlib libiconv pcre"
|
||||||
PKG_BUILD_DEPENDS="toolchain zlib libiconv gtk-doc glib-host"
|
PKG_BUILD_DEPENDS="toolchain zlib libiconv pcre gtk-doc glib-host"
|
||||||
PKG_PRIORITY="optional"
|
PKG_PRIORITY="optional"
|
||||||
PKG_SECTION="devel"
|
PKG_SECTION="devel"
|
||||||
PKG_SHORTDESC="glib: C support library"
|
PKG_SHORTDESC="glib: C support library"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user