main/linux-grsec: add sed to makedepends

Got the following build error (musl libc):

arch/x86/boot/header.S:425: Error: can't resolve `VO__end' {*UND* section}
  - `VO__text' {*UND* section}

Internet says this is fixed by using GNU sed, and so it was.
This commit is contained in:
Timo Teräs 2013-10-12 13:23:41 +00:00
parent 2df82e3d3d
commit 4eec339e19

View File

@ -11,7 +11,7 @@ pkgrel=0
pkgdesc="Linux kernel with grsecurity"
url=http://grsecurity.net
depends="mkinitfs linux-firmware"
makedepends="perl installkernel bash gmp-dev bc"
makedepends="perl sed installkernel bash gmp-dev bc"
options="!strip"
_config=${config:-kernelconfig.${CARCH}}
install=