summaryrefslogtreecommitdiff
path: root/cfengine/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'cfengine/PKGBUILD')
-rw-r--r--cfengine/PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/cfengine/PKGBUILD b/cfengine/PKGBUILD
index bb5578d..959ce47 100644
--- a/cfengine/PKGBUILD
+++ b/cfengine/PKGBUILD
@@ -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 \