summaryrefslogtreecommitdiffstats
path: root/main/libc0.9.32
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2013-05-21 07:18:52 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2013-05-21 07:18:52 +0000
commit888a762e3e7bf47d79c8f2f87ae9c2382e936d63 (patch)
treeca955514db86c691e46e5bf56c9a2305e7bee1e8 /main/libc0.9.32
parent3b88861b21d5ebf0b4bf58588c4bc175575859ee (diff)
downloadaports-888a762e3e7bf47d79c8f2f87ae9c2382e936d63.tar.bz2
aports-888a762e3e7bf47d79c8f2f87ae9c2382e936d63.tar.xz
main/libc0.9.32: clean up dead code
fixes #1909
Diffstat (limited to 'main/libc0.9.32')
-rw-r--r--main/libc0.9.32/APKBUILD4
1 files changed, 0 insertions, 4 deletions
diff --git a/main/libc0.9.32/APKBUILD b/main/libc0.9.32/APKBUILD
index 20c186400..f10bd1140 100644
--- a/main/libc0.9.32/APKBUILD
+++ b/main/libc0.9.32/APKBUILD
@@ -109,11 +109,7 @@ prepare() {
}
build() {
- local _kh=
cd "$_builddir"
- if [ -n "$SYSROOT" ]; then
- _kh=KERNEL_HEADERS="$SYSROOT/include"
- fi
cp "$_config" .config
if [ -n "$DEBUG" ]; then
sed -i -e 's/# DODEBUG is not set/DODEBUG=y/' \