From 4eec339e1946bdb15f5febf86d317931937ac7b4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timo=20Ter=C3=A4s?= Date: Sat, 12 Oct 2013 13:23:41 +0000 Subject: 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. --- main/linux-grsec/APKBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'main') diff --git a/main/linux-grsec/APKBUILD b/main/linux-grsec/APKBUILD index 30e2bb771..f3ad5cc1f 100644 --- a/main/linux-grsec/APKBUILD +++ b/main/linux-grsec/APKBUILD @@ -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= -- cgit v1.2.3