summaryrefslogtreecommitdiffstats
path: root/package/uclibc
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2015-11-15 13:28:50 +0100
committerPeter Korsgaard <peter@korsgaard.com>2015-11-16 23:45:32 +0100
commit67299e3ae02f7c31c58875deb655e031c7f4fe82 (patch)
treebf7b84a4e57c9a16e2db50db4298a5fbd9954a6f /package/uclibc
parent5f2cd8f5ecd7d035f00664c604fd8bfd5f1afcb8 (diff)
downloadbuildroot-67299e3ae02f7c31c58875deb655e031c7f4fe82.tar.gz
buildroot-67299e3ae02f7c31c58875deb655e031c7f4fe82.zip
uclibc: update to 1.0.9
Fixes a fanotify include bug where old kernels (2.6.x) fail to build. Fixes recent failures on x86 with Linux 4.3.x kernel regarding network sockets. Includes the removed patch. Signed-off-by: Waldemar Brodkorb <wbx@uclibc-ng.org> Acked-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/uclibc')
-rw-r--r--package/uclibc/1.0.8/0001-unistd-fix-if-condition.patch34
-rw-r--r--package/uclibc/Config.in2
-rw-r--r--package/uclibc/uclibc.hash2
3 files changed, 2 insertions, 36 deletions
diff --git a/package/uclibc/1.0.8/0001-unistd-fix-if-condition.patch b/package/uclibc/1.0.8/0001-unistd-fix-if-condition.patch
deleted file mode 100644
index c321f4e58e..0000000000
--- a/package/uclibc/1.0.8/0001-unistd-fix-if-condition.patch
+++ /dev/null
@@ -1,34 +0,0 @@
-From 1e85892911bf016e9bb2a647b6584cdd806706f8 Mon Sep 17 00:00:00 2001
-From: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
-Date: Tue, 3 Nov 2015 15:32:23 +0100
-Subject: [PATCH] unistd: fix #if condition
-
-Commit dfa593d4d881116723a4401b466ea964fb12327b ("syncfs: add system
-call support") modified the #if condition around the definition of the
-syncfs() prototype in a way that doesn't build, causing build failures
-of any file including <unistd.h>:
-
-output/host/usr/powerpc-buildroot-linux-uclibc/sysroot/usr/include/unistd.h:988:14: error: #if with no expression
- #if __USE_GNU
-
-Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
----
- include/unistd.h | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/include/unistd.h b/include/unistd.h
-index 4701dab..40d6abd 100644
---- a/include/unistd.h
-+++ b/include/unistd.h
-@@ -1073,7 +1073,7 @@ extern char *getpass (const char *__prompt) __nonnull ((1));
- extern int fsync (int __fd);
- #endif /* Use BSD || X/Open || Unix98. */
-
--#if __USE_GNU
-+#if defined __USE_GNU
- /* Make all changes done to all files on the file system associated
- * with FD actually appear on disk. */
- extern int syncfs (int __fd) __THROW;
---
-2.6.2
-
diff --git a/package/uclibc/Config.in b/package/uclibc/Config.in
index 21d8ddcfbf..eeb6ca0489 100644
--- a/package/uclibc/Config.in
+++ b/package/uclibc/Config.in
@@ -57,7 +57,7 @@ config BR2_USE_UCLIBC_SNAPSHOT
config BR2_UCLIBC_VERSION_STRING
string
default "0.9.33.2" if BR2_UCLIBC_VERSION_0_9_33
- default "1.0.8" if BR2_UCLIBC_VERSION_NG
+ default "1.0.9" if BR2_UCLIBC_VERSION_NG
default BR2_USE_UCLIBC_SNAPSHOT if BR2_UCLIBC_VERSION_SNAPSHOT
config BR2_UCLIBC_CONFIG
diff --git a/package/uclibc/uclibc.hash b/package/uclibc/uclibc.hash
index d9931a9a43..f985501e06 100644
--- a/package/uclibc/uclibc.hash
+++ b/package/uclibc/uclibc.hash
@@ -2,7 +2,7 @@
sha256 62333167b79afb0b25a843513288c67b59547acf653e8fbe62ee64e71ebd1587 uClibc-0.9.33.2.tar.xz
# From http://www.uclibc-ng.org/
-sha256 11575cda78681713f5a36cf35deaae93acdc7dce463d38a12902991fb7f5312a uClibc-ng-1.0.8.tar.xz
+sha256 08be8dd22ac0c3806add88b813129fb3014437eddc9d78fc73eba7f33c4b4a9d uClibc-ng-1.0.9.tar.xz
# No hash for the ARC variant, comes from the github-helper
none xxx uClibc-arc-2015.06.tar.gz
OpenPOWER on IntegriCloud