From df7fc5c4eac84e5faed698f4c8c518bad6f0d841 Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Mon, 5 Dec 2011 15:18:20 +0000 Subject: main/libc0.9.32: remove the librt as-needed fix We should really fix the broken apps instead as suggested by upstream This also fixes issue with c++ apps linking in librt when they shouldn't. gcc needs to be rebuilt with a libstdc++ thats not linked to librt. ref #854 --- main/libc0.9.32/APKBUILD | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'main/libc0.9.32/APKBUILD') diff --git a/main/libc0.9.32/APKBUILD b/main/libc0.9.32/APKBUILD index 8b8b0a28a7..398f6a3bde 100644 --- a/main/libc0.9.32/APKBUILD +++ b/main/libc0.9.32/APKBUILD @@ -4,7 +4,7 @@ pkgname=libc$_abiver _gitver= pkgver=0.9.32 _ver=${pkgver/_/-} -pkgrel=11 +pkgrel=12 pkgdesc="C library for developing embedded Linux systems" url=http://uclibc.org license="LGPL-2" @@ -36,7 +36,6 @@ source="http://uclibc.org/downloads/uClibc-${_ver}.tar.bz2 libm-cabsf.patch libm-cexp.patch uclibc-ubacktrace-asneeded-fix.patch - uclibc-librt-asneeded-fix.patch uclibc-epoll_pwait-hack.patch uclibcconfig.x86 uclibcconfig.x86_64 @@ -149,7 +148,6 @@ e814d39ab0adab58d69396ac0b9acdea 0001-libc-x86-fix-stack-unwinding-and-backtrac 40e9c7f017cc81ee5b19ead000b9b6b7 libm-cabsf.patch 42416385763f7cd50775ed9bfaf2d59e libm-cexp.patch 7c47e9cb284b0da8df6ed2096b2c9c66 uclibc-ubacktrace-asneeded-fix.patch -e5caf13c43ee8d48f22eded21b857d81 uclibc-librt-asneeded-fix.patch 0ed588014227935fbb83b207282f3c15 uclibc-epoll_pwait-hack.patch b313290b2d700e82b7292c1dcd7d559e uclibcconfig.x86 8e49d9b5bb7b77a27beb53d5580367d5 uclibcconfig.x86_64 -- cgit v1.2.3