diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2010-11-23 15:47:38 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2010-11-23 15:47:38 +0000 |
commit | f1e96b388aa2e1754f364fa760dd6697281f4b27 (patch) | |
tree | 2f6df90f64546938a40361a855ffbed3e25ba8a1 /main/libc0.9.32/APKBUILD | |
parent | a6733ed8914c796d9780c40bd1dd0fac8192ac6a (diff) | |
download | aports-f1e96b388aa2e1754f364fa760dd6697281f4b27.tar.bz2 aports-f1e96b388aa2e1754f364fa760dd6697281f4b27.tar.xz |
main/libc0.9.32: support for protected symbols on x86_64
Diffstat (limited to 'main/libc0.9.32/APKBUILD')
-rw-r--r-- | main/libc0.9.32/APKBUILD | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/main/libc0.9.32/APKBUILD b/main/libc0.9.32/APKBUILD index 2122c7a11a..00d8b114a2 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=1011011024 pkgver=${_abiver}_alpha0_git$_gitver -pkgrel=1 +pkgrel=2 pkgdesc="C library for developing embedded Linux systems" url=http://uclibc.org license="LGPL-2" @@ -22,6 +22,7 @@ source="http://build.alpinelinux.org:8010/distfiles/$_snapfile compat-stack-guard.patch 0001-create-DEVEL_PREFIX-MULTILIB_DIR-dir-rather-than-DEV.patch 0001-ntpl-fix-static-linking-by-not-leaking-SSP_ALL_CFLAG.patch + ldso-x86_64-support-protected-symbols.patch uclibcconfig.x86 uclibcconfig.i486 " @@ -116,5 +117,6 @@ md5sums="dad1117e11d0c709263e5b26a74db9ce libc0.9.32-0.9.32_alpha0_git101101102 4d408f72142ce55a0754948cc9cfe447 compat-stack-guard.patch 9dd8192227f54d6d3ccb49dc54137ff3 0001-create-DEVEL_PREFIX-MULTILIB_DIR-dir-rather-than-DEV.patch 337f4fa134307bbdac026d6ff97df5fc 0001-ntpl-fix-static-linking-by-not-leaking-SSP_ALL_CFLAG.patch +84a2786fb4c89bee56607dd09b538d7b ldso-x86_64-support-protected-symbols.patch 145aaeb1833159397cfac9902e3877ab uclibcconfig.x86 145aaeb1833159397cfac9902e3877ab uclibcconfig.i486" |