Upd libspectre fixes #2287 (#2310)

This commit is contained in:
Alexander Georgievskiy
2017-03-17 04:28:18 +00:00
committed by Алексей
parent be7c8a5bfa
commit 6884cdbf2a

View File

@@ -33,10 +33,9 @@ prepare() {
}
build() {
mkdir -p build-${MINGW_CHOST}
cd build-${MINGW_CHOST}
cd ${_realname}-${pkgver}
../${_realname}-${pkgver}/configure \
./configure \
--host=${MINGW_CHOST} \
--target=${MINGW_CHOST} \
--build=${MINGW_CHOST} \
@@ -47,6 +46,7 @@ build() {
}
package() {
cd "${srcdir}/build-${MINGW_CHOST}"
cd ${_realname}-${pkgver}
make DESTDIR=${pkgdir} install
}