glib: update to 2.36.1.
This commit is contained in:
parent
2bf7b56456
commit
78c33217f9
|
@ -1,6 +1,6 @@
|
||||||
# Template build file for 'glib'
|
# Template build file for 'glib'
|
||||||
pkgname=glib
|
pkgname=glib
|
||||||
version=2.36.0
|
version=2.36.1
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--disable-fam --with-pcre=system --enable-static --enable-man"
|
configure_args="--disable-fam --with-pcre=system --enable-static --enable-man"
|
||||||
|
@ -11,7 +11,7 @@ maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
homepage="http://www.gtk.org/"
|
homepage="http://www.gtk.org/"
|
||||||
license="LGPL-2.1"
|
license="LGPL-2.1"
|
||||||
distfiles="${GNOME_SITE}/glib/2.36/glib-$version.tar.xz"
|
distfiles="${GNOME_SITE}/glib/2.36/glib-$version.tar.xz"
|
||||||
checksum=455a8abe8692c5174bcc7ffa15b96a7521a2f2f9fb47594405927c35cb9bb227
|
checksum=7de37586794e92c024feebe5d306bf5f245fef4803c3666af1ae8dac6ee10b24
|
||||||
|
|
||||||
if [ "$CROSS_BUILD" ]; then
|
if [ "$CROSS_BUILD" ]; then
|
||||||
configure_args+=" glib_cv_long_long_format=I64
|
configure_args+=" glib_cv_long_long_format=I64
|
||||||
|
@ -22,8 +22,7 @@ if [ "$CROSS_BUILD" ]; then
|
||||||
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
|
||||||
ac_cv_func_posix_getgrgid_r=yes"
|
ac_cv_func_posix_getgrgid_r=yes"
|
||||||
hostmakedepends+=" libtool automake which
|
hostmakedepends+=" libtool automake which gtk-doc gettext-devel glib-devel"
|
||||||
gtk-doc gettext-devel glib-devel"
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
NOCONFIGURE=1 ./autogen.sh
|
NOCONFIGURE=1 ./autogen.sh
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue