diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2016-10-04 12:59:22 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2016-10-10 12:04:04 +0000 |
commit | 3fd45a29ad7ce1a7a710e6b987c17d04d442a764 (patch) | |
tree | 8634fc1efb3409c6d123a5e1660ea35e1b83263f /main/imap/APKBUILD | |
parent | 9c51281f740719eaaf981061289e70e7be3e659c (diff) | |
download | aports-3fd45a29ad7ce1a7a710e6b987c17d04d442a764.tar.bz2 aports-3fd45a29ad7ce1a7a710e6b987c17d04d442a764.tar.xz |
main/imap: rebuild against libressl
Diffstat (limited to 'main/imap/APKBUILD')
-rw-r--r-- | main/imap/APKBUILD | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/main/imap/APKBUILD b/main/imap/APKBUILD index e14d2c08cc..19ef0007fb 100644 --- a/main/imap/APKBUILD +++ b/main/imap/APKBUILD @@ -5,14 +5,14 @@ # build it shared pkgname=imap pkgver=2007f -pkgrel=2 +pkgrel=3 pkgdesc="An IMAP/POP server" url="http://www.washington.edu/imap" arch="all" license="ASL 2.0" subpackages="$pkgname-dev c-client:cclient" depends= -makedepends="openssl-dev" +makedepends="libressl-dev" source="ftp://ftp.cac.washington.edu/$pkgname/$pkgname-$pkgver.tar.gz c-client-2006k_GENTOO_amd64-so-fix.patch c-client-2006k_KOLAB_Annotations.patch @@ -36,7 +36,8 @@ build() { cd $srcdir/$pkgname-$pkgver export GCCCFLAGS="$CFLAGS" - make slx SPECIALAUTHENTICATORS=ssl EXTRACFLAGS="$CFLAGS -fPIC" \ + yes "y" | make slx SPECIALAUTHENTICATORS=ssl SSLTYPE=unix \ + EXTRACFLAGS="$CFLAGS -fPIC" \ EXTRALDFLAGS="$LDFLAGS" \ || return 1 } |