summaryrefslogtreecommitdiff
path: root/package/util-linux
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@uclibc-ng.org>2016-06-03 05:13:13 +0200
committerWaldemar Brodkorb <wbx@uclibc-ng.org>2016-06-03 05:13:41 +0200
commit8c5767619d7023fe49ac0bf4f44b9c9b3ba49a8e (patch)
tree80307bcd2eaf5ff33ea3f9c7b08a1cd15bd3e22a /package/util-linux
parent3fdd7f601e13d6c57839cc06712c713c06b46c78 (diff)
rework uClibc-ng workaround for scanf test
Diffstat (limited to 'package/util-linux')
-rw-r--r--package/util-linux/Makefile3
-rw-r--r--package/util-linux/patches/patch-Makefile_am6
-rw-r--r--package/util-linux/patches/patch-configure_ac21
3 files changed, 19 insertions, 11 deletions
diff --git a/package/util-linux/Makefile b/package/util-linux/Makefile
index 46c31275d..2b2db8e3f 100644
--- a/package/util-linux/Makefile
+++ b/package/util-linux/Makefile
@@ -12,6 +12,7 @@ PKG_SECTION:= base/apps
PKG_BUILDDEP:= ncurses
PKG_SITES:= http://www.kernel.org/pub/linux/utils/util-linux/v$(PKG_VERSION)/
PKG_OPTS:= dev
+PKG_NEEDS:= threads rt
PKG_SUBPKGS:= FDISK SFDISK SWAP_UTILS LOSETUP MCOOKIE MOUNT
PKG_SUBPKGS+= LIBFDISK LIBUUID LIBBLKID LIBMOUNT CFDISK MKFS
@@ -66,8 +67,6 @@ TARGET_CFLAGS+= -DSWAPON_HAS_TWO_ARGS -DHAVE_LLSEEK
TARGET_LDFLAGS+= -ltinfo
AUTOTOOL_STYLE:= autoreconf
-CONFIGURE_ENV+= have_scanf_alloc_modifier=yes \
- scanf_cv_alloc_modifier=ms
CONFIGURE_ARGS+= --disable-use-tty-group \
--disable-chfn-chsh \
--disable-su \
diff --git a/package/util-linux/patches/patch-Makefile_am b/package/util-linux/patches/patch-Makefile_am
index c9145e03c..f0be8ad45 100644
--- a/package/util-linux/patches/patch-Makefile_am
+++ b/package/util-linux/patches/patch-Makefile_am
@@ -1,6 +1,6 @@
---- util-linux-2.26.orig/Makefile.am 2015-02-10 03:49:46.340584289 -0600
-+++ util-linux-2.26/Makefile.am 2015-03-08 18:40:34.721545548 -0500
-@@ -61,7 +61,7 @@ CHECK_LOCALS =
+--- util-linux-2.28.orig/Makefile.am 2016-03-17 14:04:55.559598594 +0100
++++ util-linux-2.28/Makefile.am 2016-06-02 23:20:29.880857815 +0200
+@@ -60,7 +60,7 @@ CHECK_LOCALS =
EXTRA_DIST =
CLEANFILES =
diff --git a/package/util-linux/patches/patch-configure_ac b/package/util-linux/patches/patch-configure_ac
index 0b2dd038f..e7c617459 100644
--- a/package/util-linux/patches/patch-configure_ac
+++ b/package/util-linux/patches/patch-configure_ac
@@ -1,6 +1,6 @@
---- util-linux-2.26.1.orig/configure.ac 2015-03-13 14:11:19.000000000 +0100
-+++ util-linux-2.26.1/configure.ac 2015-03-29 11:28:46.000000000 +0200
-@@ -60,16 +60,6 @@ LIBFDISK_LT_MINOR=1
+--- util-linux-2.28.orig/configure.ac 2016-04-12 12:32:55.652316240 +0200
++++ util-linux-2.28/configure.ac 2016-06-03 03:59:03.583369345 +0200
+@@ -64,16 +64,6 @@ LIBFDISK_LT_MINOR=1
LIBFDISK_LT_MICRO=0
LIBFDISK_VERSION_INFO=`expr $LIBFDISK_LT_MAJOR + $LIBFDISK_LT_MINOR`:$LIBFDISK_LT_MICRO:$LIBFDISK_LT_MINOR
@@ -17,9 +17,9 @@
AS_CASE([$prefix:$localstatedir],
[NONE:'${prefix}/var' | /usr:'${prefix}/var'],
[localstatedir=/run
-@@ -168,16 +158,6 @@ UL_SET_ARCH([HPPA], [hppa*])
-
+@@ -187,16 +177,6 @@ UL_SET_ARCH([HPPA], [hppa*])
AC_SYS_LARGEFILE
+ AC_HEADER_ASSERT
-dnl Don't forget to maintain alternatively allowed versions in autogen.sh!
-AM_GNU_GETTEXT_VERSION([0.18.3])
@@ -34,7 +34,16 @@
AC_CHECK_HEADERS([linux/compiler.h linux/blkpg.h linux/major.h], [], [], [
#ifdef HAVE_LINUX_COMPILER_H
#include <linux/compiler.h>
-@@ -1911,7 +1891,9 @@ libmount/src/libmount.h
+@@ -565,7 +545,7 @@ AC_CACHE_VAL([scanf_cv_alloc_modifier],
+ #include <stdio.h>
+ #include <unistd.h>
+
+- #ifdef __GLIBC__
++ #if defined(__GLIBC__) && !defined(__UCLIBC__)
+
+ #if !(__GLIBC_PREREQ(2, 7))
+ #error %m is not available
+@@ -2134,7 +2114,9 @@ libmount/src/libmount.h
libsmartcols/docs/Makefile
libsmartcols/docs/version.xml
libsmartcols/src/libsmartcols.h