diff --git a/pidgin-sipe.changes b/pidgin-sipe.changes index 98fb152..b0002a6 100644 --- a/pidgin-sipe.changes +++ b/pidgin-sipe.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Fri Feb 12 09:26:02 UTC 2016 - dimstar@opensuse.org + +- Pass --disable-quality-check to configure: the 'quality' checks + are a bunch of compiler flags like Werror and more warning. This + is more important for development versions than for released + ones. + ------------------------------------------------------------------- Wed Jan 13 16:44:50 UTC 2016 - dimstar@opensuse.org diff --git a/pidgin-sipe.spec b/pidgin-sipe.spec index 5f19517..16a560e 100644 --- a/pidgin-sipe.spec +++ b/pidgin-sipe.spec @@ -104,6 +104,7 @@ translation-update-upstream %{?env_options} autoreconf -fiv %configure \ + --disable-quality-check \ --with-krb5 \ --enable-purple \ --with-vv \