- update to glib-2.22.2
- various cleanups
This commit is contained in:
Stephan Raue 2009-10-08 13:36:00 +02:00
parent 2fd5808964
commit f6ddd755ee
2 changed files with 19 additions and 7 deletions

View File

@ -11,10 +11,15 @@ cd $PKG_BUILD
mkdir -p .build-target
cd .build-target
ac_cv_func_posix_getpwuid_r=yes \
ac_cv_func_posix_getgrgid_r=yes \
glib_cv_stack_grows=no \
glib_cv_uscore=no \
ac_cv_func_mmap_fixed_mapped='yes' \
ac_cv_func_posix_getpwuid_r='yes' \
ac_cv_func_posix_getgrgid_r='yes' \
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 \
--build=$HOST_NAME \
--prefix=/usr \
@ -22,14 +27,21 @@ glib_cv_uscore=no \
--localstatedir=/var \
--enable-shared \
--disable-static \
--disable-debug \
--disable-silent-rules \
--disable-selinux \
--disable-fam \
--enable-xattr \
--enable-regex \
--with-gnu-ld \
--with-threads=posix \
--with-libiconv=gnu \
--enable-debug=no \
--disable-man \
--disable-rebuilds \
--disable-gtk-doc \
make
make DESTDIR=$SYSROOT_PREFIX install
$MAKEINSTALL
cp g*-2.0.pc $SYSROOT_PREFIX/usr/lib/pkgconfig

View File

@ -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