summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorHexchain Tong2017-05-08 15:12:38 +0800
committerHexchain Tong2017-05-08 15:12:38 +0800
commit9fd6a2d3d1fac828079e5644bc44639eb51926db (patch)
tree4e5aabda0847c9e32d1da6cdb36b4cb71dbf2d1c /PKGBUILD
parenta99dfae8b784ec9e52b9273b3140c6bda7555f98 (diff)
downloadaur-9fd6a2d3d1fac828079e5644bc44639eb51926db.tar.gz
build with openssl 1.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 5 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 60393fe1fd01..6f7ad1d601a9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,12 @@
pkgname=tinc-pre
pkgver=1.1pre14
-pkgrel=2
+pkgrel=3
pkgdesc="VPN (Virtual Private Network) daemon (Pre-release)"
arch=(i686 x86_64 armv7h)
url="http://www.tinc-vpn.org/"
license=('GPL')
-depends=('lzo' 'zlib' 'openssl' 'miniupnpc')
+depends=('lzo' 'zlib' 'openssl-1.0' 'miniupnpc')
makedepends=('git' 'autoconf')
optdepends=('python2' 'wxpython: gui support')
provides=('tinc-pre' 'tinc-pre-systemd')
@@ -26,6 +26,9 @@ build() {
--sysconfdir=/etc \
--localstatedir=/var \
--with-systemd=/usr/lib/systemd/system \
+ --with-openssl=/usr/lib/openssl-1.0 \
+ --with-openssl-include=/usr/include/openssl-1.0 \
+ --with-openssl-lib=/usr/lib/openssl-1.0 \
--enable-miniupnpc
make
}