aboutsummaryrefslogtreecommitdiffstats
path: root/main/libc0.9.32/APKBUILD
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2010-09-17 06:52:04 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2010-09-17 06:52:04 +0000
commit863d7fd7cd6a72171014520a04ab41774b9eb055 (patch)
tree603b1edad697ed91aa59caa5a32f92a0108ca621 /main/libc0.9.32/APKBUILD
parent7d9b4bf9d0d84dd17eba89169fb6a37ec79026d7 (diff)
downloadaports-863d7fd7cd6a72171014520a04ab41774b9eb055.tar.bz2
aports-863d7fd7cd6a72171014520a04ab41774b9eb055.tar.xz
main/libc0.9.32: disable debugging symbols
Diffstat (limited to 'main/libc0.9.32/APKBUILD')
-rw-r--r--main/libc0.9.32/APKBUILD10
1 files changed, 4 insertions, 6 deletions
diff --git a/main/libc0.9.32/APKBUILD b/main/libc0.9.32/APKBUILD
index 83d89a5b7f..12a01fa134 100644
--- a/main/libc0.9.32/APKBUILD
+++ b/main/libc0.9.32/APKBUILD
@@ -3,7 +3,7 @@ _abiver=0.9.32
pkgname=libc$_abiver
_gitver=1009151331
pkgver=${_abiver}_alpha0_git$_gitver
-pkgrel=0
+pkgrel=1
pkgdesc="C library for developing embedded Linux systems"
url=http://uclibc.org
license="LGPL-2"
@@ -12,12 +12,10 @@ subpackages="uclibc-dev:dev uclibc-utils:utils"
depends_dev="linux-headers=>2.6.32"
replaces=uclibc
-DEBUG=y
if [ -n "$DEBUG" ]; then
options="!strip"
fi
-
_snapurl="http://git.uclibc.org/uClibc/snapshot/master.tar.bz2"
_snapfile="$pkgname-$pkgver.tar.bz2"
source="http://build.alpinelinux.org:8010/distfiles/$_snapfile
@@ -82,7 +80,7 @@ build() {
fi
cp "$_config" .config
if [ -n "$DEBUG" ]; then
- sed -i -e 's/# DODEBUG is not set/DODEBUG=y' \
+ sed -i -e 's/# DODEBUG is not set/DODEBUG=y/' \
-e 's/DOSTRIP=y/# DOSTRIP is not set/' \
.config
fi
@@ -124,5 +122,5 @@ md5sums="966c830f294a8ab5069cc03a61e1b2ed libc0.9.32-0.9.32_alpha0_git100915133
ba6e0370d1fc19e5903696de412507ef 0001-config-parser-do-not-assume-that-realloc-return-same.patch
19d923997f9625ce6f16d8128bbcba65 0002-getservice-getservent_r-must-return-ERANGE-when-buff.patch
99b817778f4ef3a1b194740ea08990b4 0003-config-parser-always-initialize-line-pointer.patch
-2ca97ab4b49f920247f335184bb02c1c uclibcconfig.x86
-2ca97ab4b49f920247f335184bb02c1c uclibcconfig.i486"
+cffecb42bdec2da7cac718fa66cacbbe uclibcconfig.x86
+cffecb42bdec2da7cac718fa66cacbbe uclibcconfig.i486"