[arch-commits] Commit in glib2/trunk (PKGBUILD)

Florian Pritz bluewind at nymeria.archlinux.org
Tue Apr 23 13:12:05 UTC 2013


    Date: Tuesday, April 23, 2013 @ 15:12:05
  Author: bluewind
Revision: 183564

temp fix for FS#34630

upgpkg: glib2 2.36.1-2

Modified:
  glib2/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-04-23 13:10:46 UTC (rev 183563)
+++ PKGBUILD	2013-04-23 13:12:05 UTC (rev 183564)
@@ -4,7 +4,7 @@
 pkgbase=glib2
 pkgname=(glib2 glib2-docs)
 pkgver=2.36.1
-pkgrel=1
+pkgrel=2
 pkgdesc="Common C routines used by GTK+ and other libs"
 url="http://www.gtk.org/"
 arch=(i686 x86_64)
@@ -16,6 +16,10 @@
 
 build() {
   cd glib-$pkgver
+
+  # fix FS#34630 https://bugs.archlinux.org/task/34630
+  export CFLAGS+=" -Wall"
+
   patch -Rp1 -i ../revert-warn-glib-compile-schemas.patch
   PYTHON=/usr/bin/python2 ./configure --prefix=/usr --libdir=/usr/lib \
       --sysconfdir=/etc \




More information about the arch-commits mailing list