diff options
author | Waldemar Brodkorb <wbrodkorb@conet.de> | 2015-08-27 07:08:33 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbrodkorb@conet.de> | 2015-08-27 07:09:02 +0200 |
commit | 544e8d2f78bf78afaba9e396dcfecdabd7c46b7f (patch) | |
tree | 9842b4634e145c6bcd4b425a0707dabb37e1f060 /package/coreutils | |
parent | c03ef7bb32b9eeb1cac9ce1590fd143319589c31 (diff) |
pthread required
Diffstat (limited to 'package/coreutils')
-rw-r--r-- | package/coreutils/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/coreutils/Makefile b/package/coreutils/Makefile index 293ed151e..6c344dee6 100644 --- a/package/coreutils/Makefile +++ b/package/coreutils/Makefile @@ -10,6 +10,7 @@ PKG_HASH:= a2d75286a4b9ef3a13039c2da3868a61be4ee9f17d8ae380a35a97e506972170 PKG_DESCR:= basic file, shell and text manipulation utilities PKG_SECTION:= base/apps PKG_BUILDDEP:= gmp +PKG_DEPENDS:= libpthread PKG_URL:= http://www.gnu.org/software/coreutils/ PKG_SITES:= http://ftp.gnu.org/gnu/coreutils/ PKG_BB:= 1 |