From 8c8636896fefda7d19d80668ffa6bd5ecdf00be5 Mon Sep 17 00:00:00 2001 From: q66 Date: Mon, 2 Dec 2019 20:03:09 +0100 Subject: [PATCH] loudmouth: fix build/disable Werror [ci skip] --- srcpkgs/loudmouth/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/loudmouth/template b/srcpkgs/loudmouth/template index 72ff46ca5e8..5b85b3b47ab 100644 --- a/srcpkgs/loudmouth/template +++ b/srcpkgs/loudmouth/template @@ -3,7 +3,7 @@ pkgname=loudmouth version=1.5.3 revision=10 build_style=gnu-configure -configure_args="--with-ssl=openssl --with-asyncns" +configure_args="--with-ssl=openssl --with-asyncns --with-compile-warnings=no" hostmakedepends="pkg-config automake libtool glib-devel gtk-doc" makedepends="libglib-devel libidn-devel libressl-devel" short_desc="Lightweight Jabber client library written in C/Glib"