Merge pull request #3381 from lazka/heimdal-updates
heimdal: Update to 7.8.0
This commit is contained in:
commit
1da5297407
@ -2,7 +2,7 @@
|
||||
|
||||
pkgbase=heimdal
|
||||
pkgname=('heimdal' 'heimdal-libs' 'heimdal-devel')
|
||||
pkgver=7.7.1
|
||||
pkgver=7.8.0
|
||||
pkgrel=1
|
||||
pkgdesc="Implementation of Kerberos V5 libraries"
|
||||
arch=('i686' 'x86_64')
|
||||
@ -20,7 +20,7 @@ source=(https://github.com/heimdal/heimdal/releases/download/heimdal-${pkgver}/h
|
||||
1.5.3-fix-detect-libedit.patch
|
||||
7.5.0-hcrypto-build-fix.patch
|
||||
7.5.0-names-clash-with-openssl.patch)
|
||||
sha256sums=('117cb1ede7848db24cf27311c46f7f735a99f9c836c22e80aec92b91efe56644'
|
||||
sha256sums=('fd87a207846fa650fd377219adc4b8a8193e55904d8a752c2c3715b4155d8d38'
|
||||
'SKIP'
|
||||
'b18c9ca3f2db08cea0a4b7d7f07e8656360af848b3a30a5fa8d748240989da49'
|
||||
'a99f0f5b69d32524399b1343a4f08b2de43351828b5b45a938f72bacb0eb9085'
|
||||
@ -51,10 +51,11 @@ prepare() {
|
||||
build() {
|
||||
cd ${srcdir}/heimdal-${pkgver}
|
||||
|
||||
local CYGWIN_CHOST="${CHOST/-msys/-cygwin}"
|
||||
./configure \
|
||||
--build=${CHOST} \
|
||||
--host=${CHOST} \
|
||||
--target=${CHOST} \
|
||||
--build=${CYGWIN_CHOST} \
|
||||
--host=${CYGWIN_CHOST} \
|
||||
--target=${CYGWIN_CHOST} \
|
||||
--prefix=/usr \
|
||||
--libexecdir=/usr/libexec \
|
||||
--sbindir=/usr/bin \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user