diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2018-11-01 11:30:50 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2018-11-07 16:46:13 +0000 |
commit | 0e5ff3262f7aeb15ac3e5b88fbdfe44cac8b77de (patch) | |
tree | 92d88c418a192b939ab6b68cef6ec4eb28c3d7d6 /community | |
parent | e7c84bd2a9389575a93c707bf0234aeb99d0b54e (diff) | |
download | aports-0e5ff3262f7aeb15ac3e5b88fbdfe44cac8b77de.tar.bz2 aports-0e5ff3262f7aeb15ac3e5b88fbdfe44cac8b77de.tar.xz |
community/gsoap: rebuild against openssl 1.1
Diffstat (limited to 'community')
-rw-r--r-- | community/gsoap/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/gsoap/APKBUILD b/community/gsoap/APKBUILD index e11db2db4a..b3c3e4a582 100644 --- a/community/gsoap/APKBUILD +++ b/community/gsoap/APKBUILD @@ -2,12 +2,12 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=gsoap pkgver=2.8.70 -pkgrel=0 +pkgrel=1 arch="all" pkgdesc="Cross-platform C and C++ SDK for SOAP/XML Web services" license="GPL-2.0-or-later gSOAP-1.3b" url="http://gsoap2.sourceforge.net" -makedepends="autoconf automake bison flex libressl-dev libtool zlib-dev" +makedepends="autoconf automake bison flex openssl-dev libtool zlib-dev" subpackages="$pkgname-dev" source="https://downloads.sourceforge.net/project/gsoap2/gsoap-${pkgver%.*}/gsoap_$pkgver.zip musl-fixes.patch |