bitlbee: switch to gnutls as the recommended upstream ssl library

Also drop the libressl specific patch, which is patching out an error
return which the configure script emits because openssl (and therefore
libressl) is not officially supported.
This commit is contained in:
dequis 2019-07-16 23:16:50 +02:00 committed by Enno Boland
parent b928c8f3f2
commit 2fc54e0a21
2 changed files with 3 additions and 15 deletions

View file

@ -1,12 +0,0 @@
--- configure
+++ configure
@@ -620,8 +620,6 @@ elif [ "$ssl" = "openssl" ]; then
echo ' * for use in the OpenSSL Toolkit. (http://www.openssl.org/)"'
echo 'EFLAGS+=-lssl -lcrypto' >> Makefile.settings
-
- ret=1
else
echo
echo 'ERROR: Unknown SSL library specified.'

View file

@ -1,15 +1,15 @@
# Template file for 'bitlbee' # Template file for 'bitlbee'
pkgname=bitlbee pkgname=bitlbee
version=3.6 version=3.6
revision=2 revision=3
build_style=gnu-configure build_style=gnu-configure
configure_args="--etcdir=/etc/bitlbee --pidfile=/run/${pkgname}/${pkgname}.pid configure_args="--etcdir=/etc/bitlbee --pidfile=/run/${pkgname}/${pkgname}.pid
--ipcsocket=/run/${pkgname}/${pkgname}.sock --ipcsocket=/run/${pkgname}/${pkgname}.sock
--ssl=openssl --strip=0 --otr=plugin --strip=0 --otr=plugin
$(vopt_if purple --purple=1 --purple=0)" $(vopt_if purple --purple=1 --purple=0)"
make_install_args="install-etc" make_install_args="install-etc"
hostmakedepends="pkg-config asciidoc" hostmakedepends="pkg-config asciidoc"
makedepends="libgcrypt-devel libotr-devel libressl-devel libglib-devel makedepends="libgcrypt-devel libotr-devel libglib-devel gnutls-devel
$(vopt_if purple libpurple-devel)" $(vopt_if purple libpurple-devel)"
short_desc="Brings instant messaging (XMPP, MSN, Yahoo!, AIM, ICQ, Twitter) to IRC" short_desc="Brings instant messaging (XMPP, MSN, Yahoo!, AIM, ICQ, Twitter) to IRC"
maintainer="Juan RP <xtraeme@voidlinux.org>" maintainer="Juan RP <xtraeme@voidlinux.org>"