diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2018-11-07 10:20:21 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2018-11-07 16:46:16 +0000 |
commit | f009f01b9742913b8916406705a0d03aaa15a520 (patch) | |
tree | 6965c8b6283f53a0fc694e1ed60e725f8fdf3858 /testing/opmsg | |
parent | 0c8dfed799762d3611bea385bf5a44e5e1845264 (diff) | |
download | aports-f009f01b9742913b8916406705a0d03aaa15a520.tar.bz2 aports-f009f01b9742913b8916406705a0d03aaa15a520.tar.xz |
testing/opmsg: rebuild against openssl 1.1
Diffstat (limited to 'testing/opmsg')
-rw-r--r-- | testing/opmsg/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/testing/opmsg/APKBUILD b/testing/opmsg/APKBUILD index 9951f56df2..2690cf2dd1 100644 --- a/testing/opmsg/APKBUILD +++ b/testing/opmsg/APKBUILD @@ -2,19 +2,19 @@ # Maintainer: Roberto Oliveira <robertoguimaraes8@gmail.com> pkgname=opmsg pkgver=1.78 -pkgrel=1 +pkgrel=2 pkgdesc="opmsg gpg-like encryption system" url="https://github.com/stealth/opmsg" arch="all" license="GPL-3.0-or-later" -makedepends="libressl-dev" +makedepends="openssl-dev" source="$pkgname-$pkgver.tar.gz::https://github.com/stealth/opmsg/archive/rel-${pkgver}s.tar.gz" builddir="$srcdir/$pkgname-rel-${pkgver}s" build() { cd "$builddir/src" - make DEFS="-DHAVE_BN_GENCB_NEW=0 -DHAVE_LIBRESSL" opmsg opmux + make opmsg opmux } package() { |