mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-30 09:22:57 +02:00
neon: rebuild against OpenSSL
This commit is contained in:
parent
7542bacf74
commit
1731c58dd4
2 changed files with 3 additions and 3 deletions
|
@ -776,7 +776,7 @@ libwavpack.so.1 libwavpack-4.60.1_1
|
||||||
libSDL_net-1.2.so.0 SDL_net-1.2.7_1
|
libSDL_net-1.2.so.0 SDL_net-1.2.7_1
|
||||||
libmodplug.so.1 libmodplug-0.8.8_1
|
libmodplug.so.1 libmodplug-0.8.8_1
|
||||||
libfetch.so.2 libfetch-2.34_23
|
libfetch.so.2 libfetch-2.34_23
|
||||||
libneon.so.27 neon-0.29.5_1
|
libneon.so.27 neon-0.31.2_2
|
||||||
libsvn_subr-1.so.0 libsvn-1.7.5_1
|
libsvn_subr-1.so.0 libsvn-1.7.5_1
|
||||||
libsvn_diff-1.so.0 libsvn-1.7.5_1
|
libsvn_diff-1.so.0 libsvn-1.7.5_1
|
||||||
libsvn_client-1.so.0 libsvn-1.7.5_1
|
libsvn_client-1.so.0 libsvn-1.7.5_1
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'neon'
|
# Template file for 'neon'
|
||||||
pkgname=neon
|
pkgname=neon
|
||||||
version=0.31.2
|
version=0.31.2
|
||||||
revision=1
|
revision=2
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--with-expat --with-ssl=openssl --enable-shared
|
configure_args="--with-expat --with-ssl=openssl --enable-shared
|
||||||
--with-ca-bundle=/etc/ssl/certs/ca-certificates.crt --disable-static
|
--with-ca-bundle=/etc/ssl/certs/ca-certificates.crt --disable-static
|
||||||
|
@ -9,7 +9,7 @@ configure_args="--with-expat --with-ssl=openssl --enable-shared
|
||||||
make_build_args="all docs"
|
make_build_args="all docs"
|
||||||
make_install_args="install"
|
make_install_args="install"
|
||||||
hostmakedepends="automake libtool pkg-config xmlto"
|
hostmakedepends="automake libtool pkg-config xmlto"
|
||||||
makedepends="zlib-devel expat-devel libressl-devel libproxy-devel"
|
makedepends="zlib-devel expat-devel openssl-devel libproxy-devel"
|
||||||
depends="ca-certificates"
|
depends="ca-certificates"
|
||||||
short_desc="HTTP and WebDAV client library, with a C interface"
|
short_desc="HTTP and WebDAV client library, with a C interface"
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
|
|
Loading…
Add table
Reference in a new issue