heimdal: build for cygwin
This commit is contained in:
parent
6354ba6e49
commit
adef95f626
@ -3,7 +3,7 @@
|
|||||||
pkgbase=heimdal
|
pkgbase=heimdal
|
||||||
pkgname=('heimdal' 'heimdal-libs' 'heimdal-devel')
|
pkgname=('heimdal' 'heimdal-libs' 'heimdal-devel')
|
||||||
pkgver=7.7.1
|
pkgver=7.7.1
|
||||||
pkgrel=1
|
pkgrel=2
|
||||||
pkgdesc="Implementation of Kerberos V5 libraries"
|
pkgdesc="Implementation of Kerberos V5 libraries"
|
||||||
arch=('i686' 'x86_64')
|
arch=('i686' 'x86_64')
|
||||||
url="https://www.h5l.org/"
|
url="https://www.h5l.org/"
|
||||||
@ -51,10 +51,11 @@ prepare() {
|
|||||||
build() {
|
build() {
|
||||||
cd ${srcdir}/heimdal-${pkgver}
|
cd ${srcdir}/heimdal-${pkgver}
|
||||||
|
|
||||||
|
local CYGWIN_CHOST="${CHOST/-msys/-cygwin}"
|
||||||
./configure \
|
./configure \
|
||||||
--build=${CHOST} \
|
--build=${CYGWIN_CHOST} \
|
||||||
--host=${CHOST} \
|
--host=${CYGWIN_CHOST} \
|
||||||
--target=${CHOST} \
|
--target=${CYGWIN_CHOST} \
|
||||||
--prefix=/usr \
|
--prefix=/usr \
|
||||||
--libexecdir=/usr/libexec \
|
--libexecdir=/usr/libexec \
|
||||||
--sbindir=/usr/bin \
|
--sbindir=/usr/bin \
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user