libmicrohttpd: libcurl is only needed for tests
This commit is contained in:
parent
8bac743a3e
commit
0d1b0fad5e
1 changed files with 3 additions and 3 deletions
|
@ -1,15 +1,15 @@
|
||||||
# Template file for 'libmicrohttpd'
|
# Template file for 'libmicrohttpd'
|
||||||
pkgname=libmicrohttpd
|
pkgname=libmicrohttpd
|
||||||
version=0.9.76
|
version=0.9.76
|
||||||
revision=1
|
revision=2
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="
|
configure_args="
|
||||||
--enable-largefile
|
--enable-largefile
|
||||||
--enable-https
|
--enable-https
|
||||||
--enable-curl
|
|
||||||
--enable-messages"
|
--enable-messages"
|
||||||
hostmakedepends="texinfo"
|
hostmakedepends="texinfo"
|
||||||
makedepends="libgcrypt-devel gnutls-devel libcurl-devel"
|
makedepends="libgcrypt-devel gnutls-devel"
|
||||||
|
checkdepends="libcurl-devel"
|
||||||
short_desc="Library embedding HTTP server functionality"
|
short_desc="Library embedding HTTP server functionality"
|
||||||
maintainer="Duncaen <Duncaen@voidlinux.org>"
|
maintainer="Duncaen <Duncaen@voidlinux.org>"
|
||||||
license="LGPL-2.1-or-later"
|
license="LGPL-2.1-or-later"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue