diff options
author | Leonardo Arena <rnalrd@alpinelinux.org> | 2015-02-10 07:39:36 +0000 |
---|---|---|
committer | Leonardo Arena <rnalrd@alpinelinux.org> | 2015-02-10 08:12:53 +0000 |
commit | c1456c546bdc252bec1301a4c29d92c83131016b (patch) | |
tree | a8f3d546e48ea9e9f188edeaecf6c03113c48d94 | |
parent | 51abf6cebbee6de3e66adb9f8bca38bc42f2b782 (diff) | |
download | aports-c1456c546bdc252bec1301a4c29d92c83131016b.tar.bz2 aports-c1456c546bdc252bec1301a4c29d92c83131016b.tar.xz |
main/util-linux: needs linux-headers to build
-rw-r--r-- | main/util-linux/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/main/util-linux/APKBUILD b/main/util-linux/APKBUILD index b9006b0aa1..de5c887197 100644 --- a/main/util-linux/APKBUILD +++ b/main/util-linux/APKBUILD @@ -8,14 +8,14 @@ case $pkgver in *.*) _v=$pkgver;; esac -pkgrel=1 +pkgrel=2 pkgdesc="Random collection of Linux utilities" url="http://kernel.org/~kzak/util-linux/" arch="all" license="GPL2 GPL2+ LGPL2+ BSD Public Domain" depends= # use GNU sed til bb sed is fixed. Also GNU tar is needed -makedepends="zlib-dev sed ncurses-dev tar autoconf automake libtool python-dev" +makedepends="zlib-dev sed ncurses-dev tar autoconf automake libtool python-dev linux-headers" install= options="suid" source="http://www.kernel.org/pub/linux/utils/util-linux/v${_v}/util-linux-$pkgver.tar.xz |