libstrophe: rebuild against OpenSSL
This commit is contained in:
parent
8a98e6cb7a
commit
a3a2891d48
2 changed files with 3 additions and 3 deletions
|
@ -1818,7 +1818,7 @@ libfcgi.so.0 fcgi-2.4.0_2
|
|||
libdshconfig.so.1 libdshconfig-0.20.13_1
|
||||
libpar2.so.1 libpar2-0.4_1
|
||||
libsodium.so.23 libsodium-1.0.15_1
|
||||
libstrophe.so.0 libstrophe-0.8.6_1
|
||||
libstrophe.so.0 libstrophe-0.10.1_2
|
||||
libganv-1.so.1 ganv-1.4.2_1
|
||||
libblas.so.3 blas-3.5.0_1
|
||||
libcblas.so.3 cblas-3.6.0_1
|
||||
|
|
|
@ -1,12 +1,12 @@
|
|||
# Template file for 'libstrophe'
|
||||
pkgname=libstrophe
|
||||
version=0.10.1
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=gnu-configure
|
||||
configure_args="$(vopt_enable cares) $(vopt_enable tls)"
|
||||
hostmakedepends="automake libtool pkg-config"
|
||||
makedepends="$(vopt_if cares c-ares-devel) expat-devel
|
||||
$(vopt_if tls libressl-devel) zlib-devel"
|
||||
$(vopt_if tls openssl-devel) zlib-devel"
|
||||
short_desc="Minimal XMPP library written in C"
|
||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||
license="GPL-3.0-only"
|
||||
|
|
Loading…
Reference in a new issue