mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-06 22:07:19 +02:00
testing/mingw-w64-libusb: rebuild
This commit is contained in:
parent
0b3300011e
commit
0939365e29
@ -2,7 +2,7 @@
|
|||||||
# Maintainer: Clayton Craft <clayton@craftyguy.net>
|
# Maintainer: Clayton Craft <clayton@craftyguy.net>
|
||||||
pkgname=mingw-w64-libusb
|
pkgname=mingw-w64-libusb
|
||||||
pkgver=1.0.26
|
pkgver=1.0.26
|
||||||
pkgrel=0
|
pkgrel=1
|
||||||
pkgdesc="MinGW-w64 library that provides generic access to USB device for Windows"
|
pkgdesc="MinGW-w64 library that provides generic access to USB device for Windows"
|
||||||
options="!check"
|
options="!check"
|
||||||
url="https://libusb.info/"
|
url="https://libusb.info/"
|
||||||
@ -27,7 +27,7 @@ case "$CARCH" in
|
|||||||
esac
|
esac
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
echo $builddir
|
export LDFLAGS="${LDFLAGS/-Wl,-z,pack-relative-relocs/}"
|
||||||
./configure \
|
./configure \
|
||||||
--prefix=/usr/$_target \
|
--prefix=/usr/$_target \
|
||||||
--host=$_target \
|
--host=$_target \
|
||||||
|
Loading…
Reference in New Issue
Block a user