flex: fix cross
This commit is contained in:
parent
aca5f9d64c
commit
ddc5fc6dff
1 changed files with 6 additions and 1 deletions
|
@ -1,5 +1,6 @@
|
|||
pkgname=flex
|
||||
pkgver=2.6.4
|
||||
auto_cross
|
||||
|
||||
fetch() {
|
||||
curl -L "https://github.com/westes/flex/releases/download/v2.6.4/flex-$pkgver.tar.gz" -o $pkgname-$pkgver.tar.gz
|
||||
|
@ -10,7 +11,7 @@ build() {
|
|||
cd $pkgname-$pkgver
|
||||
./configure \
|
||||
--prefix=/usr \
|
||||
--build=$TRIPLE \
|
||||
--build=$HOST_TRIPLE \
|
||||
--host=$TRIPLE
|
||||
|
||||
make
|
||||
|
@ -27,3 +28,7 @@ license() {
|
|||
cat LICENSE
|
||||
# cat COPYING
|
||||
}
|
||||
|
||||
backup() {
|
||||
return
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue