Add required build-time dependencies [bc will be needed in 3.9] (FS#34600).

This commit is contained in:
Evangelos Foutras 2013-04-08 14:06:55 +00:00
parent e48d66b253
commit 1766d3c99e
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ pkgrel=1
arch=('i686' 'x86_64') arch=('i686' 'x86_64')
url="http://www.kernel.org/" url="http://www.kernel.org/"
license=('GPL2') license=('GPL2')
makedepends=('xmlto' 'docbook-xsl') makedepends=('xmlto' 'docbook-xsl' 'kmod' 'inetutils' 'bc')
options=('!strip') options=('!strip')
source=("http://www.kernel.org/pub/linux/kernel/v3.x/${_srcname}.tar.xz" source=("http://www.kernel.org/pub/linux/kernel/v3.x/${_srcname}.tar.xz"
"http://www.kernel.org/pub/linux/kernel/v3.x/patch-${pkgver}.xz" "http://www.kernel.org/pub/linux/kernel/v3.x/patch-${pkgver}.xz"