util-linux: update to util-linux-2.21.1

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2012-03-31 00:19:55 +02:00
parent 67982eea22
commit 6fb4e0382d
3 changed files with 19 additions and 47 deletions

View File

@ -24,7 +24,7 @@
cd $PKG_BUILD
#scanf_cv_type_modifier=ms \
gt_cv_func_gnugettext1_libintl=no \
#gt_cv_func_gnugettext1_libintl=no \
./configure --host=$TARGET_NAME \
--build=$HOST_NAME \
--prefix=/usr \
@ -34,25 +34,26 @@ gt_cv_func_gnugettext1_libintl=no \
--enable-shared \
--disable-static \
--disable-gtk-doc \
--enable-tls \
--disable-mount \
--enable-fsck \
--disable-partx \
--enable-libuuid \
--enable-uuidd \
--enable-libblkid \
--disable-libmount \
--disable-mountpoint \
--enable-nls \
--disable-nls \
--disable-rpath \
--enable-tls \
--enable-libuuid \
--enable-libblkid \
--enable-libmount \
--disable-mount \
--disable-libmount-mount \
--disable-fsck \
--disable-partx \
--enable-uuidd \
--disable-mountpoint \
--disable-fallocate \
--disable-unshare \
--disable-arch \
--disable-ddate \
--disable-agetty \
--disable-cramfs \
--disable-switch-root \
--disable-pivot-root \
--disable-fallocate \
--disable-unshare \
--disable-elvtune \
--disable-kill \
--disable-last \
@ -74,11 +75,12 @@ gt_cv_func_gnugettext1_libintl=no \
--disable-makeinstall-chown \
--disable-makeinstall-setuid \
--with-gnu-ld \
--without-selinux \
--without-audit \
--with-udev \
--without-ncurses \
--without-slang \
--without-utempter \
--without-selinux \
--without-audit
--without-utempter
make

View File

@ -19,7 +19,7 @@
################################################################################
PKG_NAME="util-linux"
PKG_VERSION="2.21"
PKG_VERSION="2.21.1"
PKG_REV="1"
PKG_ARCH="any"
PKG_LICENSE="GPL"

View File

@ -1,30 +0,0 @@
From b420e279691f8ac865ccdbccb377024a55debd41 Mon Sep 17 00:00:00 2001
From: Sebastian Andrzej Siewior <bigeasy@linutronix.de>
Date: Fri, 24 Feb 2012 18:16:07 +0100
Subject: [PATCH] build-sys: add a crosscompile path for
scanf_cv_alloc_modifier
This allows to building the package cross again. Since the return value
is not used I guess there is little loss.
Signed-off-by: Sebastian Andrzej Siewior <bigeasy@linutronix.de>
---
configure.ac | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/configure.ac b/configure.ac
index eab9f85..966e9da 100644
--- a/configure.ac
+++ b/configure.ac
@@ -383,6 +383,8 @@ AC_CACHE_VAL([scanf_cv_alloc_modifier],
[scanf_cv_alloc_modifier=as],
[scanf_cv_alloc_modifier=no]
)
+ ,
+ [scanf_cv_alloc_modifier=no]
)
)
--
1.7.5.4