diff options
author | Timo Teräs <timo.teras@iki.fi> | 2013-10-12 13:23:41 +0000 |
---|---|---|
committer | Timo Teräs <timo.teras@iki.fi> | 2013-10-12 13:23:41 +0000 |
commit | 4eec339e1946bdb15f5febf86d317931937ac7b4 (patch) | |
tree | 0cb9c29b772b12e0af886399e2ec5d08c7b327ec /main/linux-grsec | |
parent | 2df82e3d3d783c51aaba69c49ddb00a9f25ab138 (diff) | |
download | aports-4eec339e1946bdb15f5febf86d317931937ac7b4.tar.bz2 aports-4eec339e1946bdb15f5febf86d317931937ac7b4.tar.xz |
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.
Diffstat (limited to 'main/linux-grsec')
-rw-r--r-- | main/linux-grsec/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/linux-grsec/APKBUILD b/main/linux-grsec/APKBUILD index 30e2bb7717..f3ad5cc1f4 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= |