]> git.pld-linux.org Git - packages/glib2.git/commitdiff
- rel 2; workaround skype bug by causing SANE_MALLOC_PROTOS to be not defined auto/th/glib2-2.36.2-2
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Thu, 16 May 2013 11:27:58 +0000 (13:27 +0200)
committerArkadiusz Miśkiewicz <arekm@maven.pl>
Thu, 16 May 2013 11:27:58 +0000 (13:27 +0200)
glib2.spec

index e2f4c00699ae57fb75d9c2c5161d328e20f8b505..613c4e3a5a04f5065ae1920e5ce16ffe8edbc9d6 100644 (file)
@@ -19,7 +19,7 @@ Summary(tr.UTF-8):    Yararlı ufak yordamlar kitaplığı
 Summary(zh_CN.UTF-8):  实用工具函数库
 Name:          glib2
 Version:       2.36.2
-Release:       1
+Release:       2
 Epoch:         1
 License:       LGPL v2+
 Group:         Libraries
@@ -222,7 +222,10 @@ echo 'AC_DEFUN([GTK_DOC_CHECK],[])' >> acinclude.m4
 %{__autoconf}
 %{__autoheader}
 %{__automake}
+
+# -Wall CPPFLAGS is workaround for https://bugzilla.gnome.org/show_bug.cgi?id=698716
 %configure \
+       CPPFLAGS="%{rpmcppflags} -Wall" \
        --disable-silent-rules \
        %{__enable_disable apidocs gtk-doc} \
        %{?with_apidocs:--with-html-dir=%{_gtkdocdir}} \
This page took 0.414478 seconds and 4 git commands to generate.