diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-05-02 10:31:32 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-05-02 10:32:14 +0200 |
commit | 62b708ebe8ee50d9aa18ca4d98d6dc8363d03163 (patch) | |
tree | 9f4a646d30075bbdecefe2b78879e85a5239b7e9 /package/util-linux/Makefile | |
parent | 65fb15bb8a69aa1669076d22671f1e8c7b43d9a6 (diff) |
pam required, fix distfiles
Diffstat (limited to 'package/util-linux/Makefile')
-rw-r--r-- | package/util-linux/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/package/util-linux/Makefile b/package/util-linux/Makefile index 51447c31e..118d48101 100644 --- a/package/util-linux/Makefile +++ b/package/util-linux/Makefile @@ -9,7 +9,7 @@ PKG_RELEASE:= 1 PKG_MD5SUM:= 3f191727a0d28f7204b755cf1b6ea0aa PKG_DESCR:= basic Linux utilities (also provided by busybox) PKG_SECTION:= core -PKG_BUILDDEP:= ncurses +PKG_BUILDDEP:= ncurses pam PKG_SITES:= http://www.kernel.org/pub/linux/utils/util-linux/v2.24/ PKG_NOPARALLEL:= 1 PKG_OPTS:= dev @@ -32,7 +32,6 @@ PKGSC_SFDISK:= fs PKGSD_CFDISK:= partition table manipulation utility PKGSC_CFDISK:= fs PKGSD_SU:= switch user utility -PKGSB_SU:= pam PKGSC_SU:= core PKGSD_SWAP_UTILS:= swap space management utilities PKGSS_SWAP_UTILS:= libblkid |