Skip to content

Commit

Permalink
spdylay: autoreconf for clang
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremyd2019 committed Jul 26, 2021
1 parent d14acab commit c66aa6a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion mingw-w64-spdylay/PKGBUILD
Expand Up @@ -5,7 +5,7 @@ pkgbase=mingw-w64-${_realname}
pkgname=("${MINGW_PACKAGE_PREFIX}-${_realname}")
pkgver=1.4.0
_pkgver=v$pkgver
pkgrel=1
pkgrel=2
pkgdesc="The experimental SPDY protocol version 2, 3 and 3.1 implementation in C (mingw-w64)"
arch=('any')
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32')
Expand All @@ -19,6 +19,8 @@ sha256sums=('f45641df48f0f8e13fe80166437828201b46f56681b11cd93a614a82ebd5dcba'
prepare() {
cd $srcdir/${_realname}-${pkgver}
patch -p1 -i ${srcdir}/spdylay-1.4.0-fix-zlib.patch
# autoreconf to get updated libtool files with clang support
autoreconf -fiv
}

build() {
Expand Down

0 comments on commit c66aa6a

Please sign in to comment.