mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-02 10:52:57 +02:00
poco: enable PocoNetSSL and PocoCrypto and use system libs.
closes #10787
This commit is contained in:
parent
031d9d875f
commit
3e010067a2
1 changed files with 3 additions and 1 deletions
|
@ -1,9 +1,11 @@
|
||||||
# Template file for 'poco'
|
# Template file for 'poco'
|
||||||
pkgname=poco
|
pkgname=poco
|
||||||
version=1.9.0
|
version=1.9.0
|
||||||
revision=1
|
revision=2
|
||||||
wrksrc="${pkgname}-${version}-all"
|
wrksrc="${pkgname}-${version}-all"
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
|
configure_args="-DPOCO_UNBUNDLED=ON"
|
||||||
|
makedepends="libressl-devel zlib-devel pcre-devel expat-devel sqlite-devel"
|
||||||
short_desc="C++ class libraries for building network-based applications"
|
short_desc="C++ class libraries for building network-based applications"
|
||||||
maintainer="Julien Dehos <dehos@univ-littoral.fr>"
|
maintainer="Julien Dehos <dehos@univ-littoral.fr>"
|
||||||
license="BSL-1.0"
|
license="BSL-1.0"
|
||||||
|
|
Loading…
Add table
Reference in a new issue