diff options
author | Timo Teräs <timo.teras@iki.fi> | 2013-12-17 11:20:23 +0000 |
---|---|---|
committer | Timo Teräs <timo.teras@iki.fi> | 2013-12-17 11:21:15 +0000 |
commit | 9aa20c82a8007ad75ac303f344990186eee61b63 (patch) | |
tree | 424c04451528ebfe3083f35cbdb62907427007f8 /main/linux-vanilla | |
parent | 52e547a6d078e1981498b8e8b2a75a39a4dfd726 (diff) | |
download | aports-9aa20c82a8007ad75ac303f344990186eee61b63.tar.bz2 aports-9aa20c82a8007ad75ac303f344990186eee61b63.tar.xz |
main/linux-vanilla: 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-vanilla')
-rw-r--r-- | main/linux-vanilla/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/linux-vanilla/APKBUILD b/main/linux-vanilla/APKBUILD index 725110f617..d7e95fe7c9 100644 --- a/main/linux-vanilla/APKBUILD +++ b/main/linux-vanilla/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= |