diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2014-06-11 06:21:08 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2014-06-11 06:22:03 +0000 |
commit | db61b55e3528084f2bca9cf3807c1eec4e955421 (patch) | |
tree | 8ab82b5f42b01f4f016b8fb7c7b16adffa7d0dfd /main/util-linux | |
parent | 1ceb5d8b3a001a52fcd7955b085b5a539a587795 (diff) | |
download | aports-db61b55e3528084f2bca9cf3807c1eec4e955421.tar.bz2 aports-db61b55e3528084f2bca9cf3807c1eec4e955421.tar.xz |
main/util-linux: enable chsh
ref #3008
Diffstat (limited to 'main/util-linux')
-rw-r--r-- | main/util-linux/APKBUILD | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/main/util-linux/APKBUILD b/main/util-linux/APKBUILD index 2af38def8d..cb7ee87f9f 100644 --- a/main/util-linux/APKBUILD +++ b/main/util-linux/APKBUILD @@ -8,7 +8,7 @@ case $pkgver in *.*) _v=$pkgver;; esac -pkgrel=2 +pkgrel=3 pkgdesc="Random collection of Linux utilities" url="http://kernel.org/~kzak/util-linux/" arch="all" @@ -58,6 +58,7 @@ build() { --disable-last \ --disable-sulogin \ --disable-su \ + --enable-chsh \ || return 1 make || return 1 } |