main/libffi: add linux-headers to depends-dev

Public header ffitarget.h wants <asm/sgidefs.h> on mips*.
This commit is contained in:
alpine-mips-patches 2018-12-11 08:42:25 +00:00 committed by Leonardo Arena
parent 0bc8d0888c
commit 8f01b5fd00

View File

@ -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"