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'
|
||||
pkgname=poco
|
||||
version=1.9.0
|
||||
revision=1
|
||||
revision=2
|
||||
wrksrc="${pkgname}-${version}-all"
|
||||
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"
|
||||
maintainer="Julien Dehos <dehos@univ-littoral.fr>"
|
||||
license="BSL-1.0"
|
||||
|
|
Loading…
Reference in a new issue