diff options
author | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2016-10-03 13:22:22 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2016-10-03 13:31:01 +0200 |
commit | c3d39ab15aefd239c617288e2cfe11d3eeea00f4 (patch) | |
tree | 2980934b182bb2b27401cc7c2c859a498e8896cc /package/util-linux | |
parent | 1ecabcafa838ea0ec2d5d7db24cbdfba2f123af2 (diff) |
remove librt/libpthread packages, not required anymore
Signed-off-by: Waldemar Brodkorb <wbx@uclibc-ng.org>
Diffstat (limited to 'package/util-linux')
-rw-r--r-- | package/util-linux/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/util-linux/Makefile b/package/util-linux/Makefile index 4362d1a6d..dd95c4c90 100644 --- a/package/util-linux/Makefile +++ b/package/util-linux/Makefile @@ -11,9 +11,9 @@ PKG_DESCR:= basic utilities PKG_SECTION:= base/apps PKG_BUILDDEP:= ncurses HOST_BUILDDEP:= autoconf-host automake-host libtool-host pkgconf-host +PKG_NEEDS:= threads PKG_SITES:= http://www.kernel.org/pub/linux/utils/util-linux/v2.28/ PKG_OPTS:= dev -PKG_NEEDS:= threads rt PKG_SUBPKGS:= FDISK SFDISK SWAP_UTILS LOSETUP MCOOKIE MOUNT PKG_SUBPKGS+= LIBFDISK LIBUUID LIBBLKID LIBMOUNT CFDISK MKFS |