mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-31 18:02:57 +02:00
serf: rebuild against OpenSSL
This commit is contained in:
parent
13086e589c
commit
71beb8de4d
2 changed files with 4 additions and 4 deletions
|
@ -1436,7 +1436,7 @@ libphorward.so.0 libphorward-0.17_1
|
||||||
libusbip.so.0 libusbip-3.10_1
|
libusbip.so.0 libusbip-3.10_1
|
||||||
libcpupower.so.0 libcpupower-3.10_1
|
libcpupower.so.0 libcpupower-3.10_1
|
||||||
librsync.so.2 librsync-1.0.0_1
|
librsync.so.2 librsync-1.0.0_1
|
||||||
libserf-1.so.1 serf-1.3.6_1
|
libserf-1.so.1 serf-1.3.9_13
|
||||||
libmpdclient.so.2 libmpdclient-0.28_1
|
libmpdclient.so.2 libmpdclient-0.28_1
|
||||||
libmcrypt.so.4 libmcrypt-2.5.8_1
|
libmcrypt.so.4 libmcrypt-2.5.8_1
|
||||||
libgraphite2.so.3 graphite-1.2.3_1
|
libgraphite2.so.3 graphite-1.2.3_1
|
||||||
|
|
|
@ -1,11 +1,11 @@
|
||||||
# Template file for 'serf'
|
# Template file for 'serf'
|
||||||
pkgname=serf
|
pkgname=serf
|
||||||
version=1.3.9
|
version=1.3.9
|
||||||
revision=12
|
revision=13
|
||||||
build_style=scons
|
build_style=scons
|
||||||
make_build_args="PREFIX=/usr"
|
make_build_args="PREFIX=/usr"
|
||||||
hostmakedepends="libressl-devel"
|
hostmakedepends="openssl-devel"
|
||||||
makedepends="zlib-devel gdbm-devel libressl-devel apr-util-devel"
|
makedepends="zlib-devel gdbm-devel openssl-devel apr-util-devel"
|
||||||
short_desc="High-performance asynchronous HTTP client library"
|
short_desc="High-performance asynchronous HTTP client library"
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
license="Apache-2.0"
|
license="Apache-2.0"
|
||||||
|
|
Loading…
Add table
Reference in a new issue