diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2009-06-15 11:48:20 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2009-06-15 11:48:20 +0000 |
commit | 3a77e891560c378cce07a6da33cd6dff43e50630 (patch) | |
tree | cdfbdab93aebcb4558352b55acd6b95b58419a35 /core | |
parent | 6ef21708d4d33c9c04b12fc7a733564ac5079903 (diff) | |
download | aports-3a77e891560c378cce07a6da33cd6dff43e50630.tar.bz2 aports-3a77e891560c378cce07a6da33cd6dff43e50630.tar.xz |
core/uclibc: switch to linuxthreads.new
the .old implementation have lots of issues that seems to be non-trivial
to fix. We try with linuxthreads.new
Diffstat (limited to 'core')
-rw-r--r-- | core/uclibc/APKBUILD | 4 | ||||
-rw-r--r-- | core/uclibc/uclibcconfig | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/core/uclibc/APKBUILD b/core/uclibc/APKBUILD index 67baa28281..79e8422f72 100644 --- a/core/uclibc/APKBUILD +++ b/core/uclibc/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=uclibc pkgver=0.9.30.1 -pkgrel=6 +pkgrel=7 pkgdesc="C library for developing embedded Linux systems" url=http://uclibc.org license="LGPL-2" @@ -50,4 +50,4 @@ ea91460617601b6e084ead66bc3948f5 uclibc-0.9.30.1-resolv.patch cf80c0d44a41e02f389be427ee615d61 uclibc-0.9.30.1-pthread_getattr_np.patch 4079b20c763727863bc53408e4988434 0001-ldd-segfault-fix.patch 60738298e377295d359768a09adac0bb ppoll.patch -a4512d5594f1b450ffbf2ff9eda6263b uclibcconfig" +0a87f57d3e5001027f43b7c959d96319 uclibcconfig" diff --git a/core/uclibc/uclibcconfig b/core/uclibc/uclibcconfig index 2130b36d8f..8cc64d90a8 100644 --- a/core/uclibc/uclibcconfig +++ b/core/uclibc/uclibcconfig @@ -1,7 +1,7 @@ # # Automatically generated make config: don't edit # Version: 0.9.30.1 -# Wed Mar 11 13:40:36 2009 +# Mon Jun 15 09:42:10 2009 # # TARGET_alpha is not set # TARGET_arm is not set @@ -90,8 +90,9 @@ UCLIBC_CTOR_DTOR=y # LDSO_GNU_HASH_SUPPORT is not set # HAS_NO_THREADS is not set UCLIBC_HAS_THREADS=y -PTHREADS_DEBUG_SUPPORT=y -LINUXTHREADS_OLD=y +# PTHREADS_DEBUG_SUPPORT is not set +# LINUXTHREADS_OLD is not set +LINUXTHREADS_NEW=y UCLIBC_HAS_SYSLOG=y UCLIBC_HAS_LFS=y # MALLOC is not set @@ -234,7 +235,6 @@ UCLIBC_BUILD_NOEXECSTACK=y CROSS_COMPILER_PREFIX="" UCLIBC_EXTRA_CFLAGS="" # DODEBUG is not set -# DODEBUG_PT is not set # DOSTRIP is not set # DOASSERTS is not set # SUPPORT_LD_DEBUG is not set |