mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-04 20:06:43 +02:00
main/libffi: add linux-headers to depends-dev
Public header ffitarget.h wants <asm/sgidefs.h> on mips*.
This commit is contained in:
parent
0bc8d0888c
commit
8f01b5fd00
@ -1,14 +1,15 @@
|
||||
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
|
||||
pkgname=libffi
|
||||
pkgver=3.2.1
|
||||
pkgrel=5
|
||||
pkgrel=6
|
||||
pkgdesc="A portable, high level programming interface to various calling conventions."
|
||||
url="http://sourceware.org/libffi"
|
||||
arch="all"
|
||||
license="MIT"
|
||||
depends=
|
||||
depends_dev="linux-headers"
|
||||
makedepends_build="texinfo"
|
||||
# linux-headers is needed for MIPS atleast
|
||||
# on mips* ffitarget.h wants <asm/sgidefs.h>
|
||||
makedepends_host="linux-headers"
|
||||
install=
|
||||
subpackages="$pkgname-dev $pkgname-doc"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user