loudmouth: rebuild with libressl-2.8

This commit is contained in:
Enno Boland 2018-10-19 14:37:25 +02:00 committed by Johannes
parent 2413c1f2ac
commit 4ec72ab5c1
1 changed files with 3 additions and 1 deletions

View File

@ -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