From 220a96f9926788ed531717f78e44fdf1e7ab3b34 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Thu, 30 Dec 2010 22:45:29 +0100 Subject: rework architecture / embedded systems concept Make configuration of new targets cheap. Just add a new file in target/arch/sys-enabled/foo. See other files for syntax. While doing runtime tests with the new infrastructure I've updated a lot of other stuff: - gcc 4.5.2 - uClibc 0.9.32-rc1 (NPTL) - strongswan, php, miredo, parted, util-linux-ng, e2fsprogs I promise, this is the last big fat commit this year ;) --- package/util-linux-ng/Makefile | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) (limited to 'package/util-linux-ng') diff --git a/package/util-linux-ng/Makefile b/package/util-linux-ng/Makefile index 44f9b0177..eb320ce05 100644 --- a/package/util-linux-ng/Makefile +++ b/package/util-linux-ng/Makefile @@ -4,14 +4,14 @@ include ${TOPDIR}/rules.mk PKG_NAME:= util-linux-ng -PKG_VERSION:= 2.17.2 -PKG_RELEASE:= 2 -PKG_MD5SUM:= 4c810430e86d53b6ea5e7ae279b39186 +PKG_VERSION:= 2.18 +PKG_RELEASE:= 1 +PKG_MD5SUM:= aff22adfff1bf39cd3f13371b95a3d3a PKG_DESCR:= Linux utilities PKG_SECTION:= fs PKG_BUILDDEP:= e2fsprogs ncurses PKG_URL:= http://userweb.kernel.org/~kzak/util-linux-ng -PKG_SITES:= ${MASTER_SITE_KERNEL:=utils/util-linux-ng/v2.17/} +PKG_SITES:= ${MASTER_SITE_KERNEL:=utils/util-linux-ng/v$(PKG_VERSION)/} PKG_SUBPKGS:= FDISK SFDISK SWAP_UTILS LOSETUP MCOOKIE PKGSD_FDISK:= Partition table manipulation utility @@ -34,8 +34,10 @@ $(eval $(call PKG_template,MCOOKIE,mcookie,${PKG_VERSION}-${PKG_RELEASE},${PKG_D CONFIGURE_ARGS+= --disable-use-tty-group \ --disable-schedutils \ --disable-cramfs \ - --disable-libblkid \ - --disable-libuuid + --enable-libblkid \ + --enable-libmount \ + --enable-mount \ + --enable-libuuid MAKE_FLAGS+= OPT="${TCFLAGS}" ARCH="${ARCH}" FAKE_FLAGS+= INSTALLSUID="install -m 4755" TCFLAGS+= -DSWAPON_HAS_TWO_ARGS -DHAVE_LLSEEK -- cgit v1.2.3