cfeinge: switch to openssl102-opt dep; openssl102-opt: add new dep for cfengine

This commit is contained in:
Von Random 2019-09-06 04:45:51 +03:00
parent c24b73e6a8
commit 4b768113db
5 changed files with 4778 additions and 2 deletions

View file

@ -14,7 +14,7 @@ pkgdesc='Automated suite of programs for configuring and maintaining Unix-like c
url='http://www.cfengine.org'
license=('GPL3')
arch=('i686' 'x86_64')
depends=('lmdb' 'openssl' 'pcre' 'libxml2' 'pam' 'tokyocabinet')
depends=('lmdb' 'openssl102-opt' 'pcre' 'libxml2' 'pam' 'tokyocabinet')
makedepends=('which')
optdepends=('libvirt' 'postgresql-libs' 'libmariadbclient' 'acl')
install=${pkgname}.install
@ -39,7 +39,7 @@ build() {
./configure \
--prefix=/usr \
--with-workdir=/var/${pkgname} \
--with-openssl \
--with-openssl=/opt/openssl102 \
--with-pcre \
--with-libacl=check \
--with-libxml2 \