From 4ec72ab5c1b1334fb7b0e5da88c3a14b7aea4554 Mon Sep 17 00:00:00 2001 From: Enno Boland Date: Fri, 19 Oct 2018 14:37:25 +0200 Subject: [PATCH] loudmouth: rebuild with libressl-2.8 --- srcpkgs/loudmouth/template | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/srcpkgs/loudmouth/template b/srcpkgs/loudmouth/template index 021961baea3..2aefa63e936 100644 --- a/srcpkgs/loudmouth/template +++ b/srcpkgs/loudmouth/template @@ -1,7 +1,7 @@ # Template file for 'loudmouth' pkgname="loudmouth" version="1.5.3" -revision=6 +revision=7 build_style=gnu-configure configure_args="--with-ssl=openssl --with-asyncns" short_desc="A lightweight Jabber client library written in C/Glib" @@ -13,6 +13,8 @@ homepage="https://github.com/mcabber/loudmouth" distfiles="https://github.com/mcabber/${pkgname}/archive/${version}.tar.gz" checksum=12972fcffd9bbcc4a3b2b9fbf4b0e549f7b4caf0f11c8d2af2059087ce4e8792 +CFLAGS+=" -Wno-deprecated-declarations" + pre_configure() { # Disable tests sed -i '/SUBDIRS/s,tests,,g' Makefile.am