diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2012-02-29 10:49:37 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2012-02-29 10:49:37 +0000 |
commit | 831fda32585f8497e128c86114759938b9a5aeeb (patch) | |
tree | 277bf8b6c230e1c1eb2a0704014a9828a0628391 /main/util-vserver/APKBUILD | |
parent | 0614bbc89afcbfdf977fc5bba6d8c7654190f72a (diff) | |
download | aports-831fda32585f8497e128c86114759938b9a5aeeb.tar.bz2 aports-831fda32585f8497e128c86114759938b9a5aeeb.tar.xz |
main/util-vserver: buildfix for automake-1.11.2 and newer
Diffstat (limited to 'main/util-vserver/APKBUILD')
-rw-r--r-- | main/util-vserver/APKBUILD | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/main/util-vserver/APKBUILD b/main/util-vserver/APKBUILD index d36a907156..f3a0b83d7f 100644 --- a/main/util-vserver/APKBUILD +++ b/main/util-vserver/APKBUILD @@ -5,7 +5,7 @@ _realver=${pkgver%_*}-${pkgver#*_} pkgrel=0 pkgdesc="Linux-VServer admin utilities" url="http://www.nongnu.org/util-vserver/" -arch="" +arch="all" license="GPL" install="$pkgname.post-install $pkgname.post-upgrade" makedepends="iptables-dev e2fsprogs-dev beecrypt-dev autoconf automake @@ -18,6 +18,7 @@ source="http://people.linux-vserver.org/~dhozac/t/uv-testing/util-vserver-$_real validate.patch alpine.patch bb-grep.patch + 0001-build-fix-for-automake-1.11.2-and-newer.patch setup-vs-template setup-vs-guest " @@ -76,5 +77,6 @@ ff8f561f672524eb46fe633f584ef60e ensc_pathprog.patch da8b70c4fd40e68894b3903ffd121397 validate.patch 04000261fd990a3963b0e98260b481bd alpine.patch 3fc52e20d998f02995f21912738f5d36 bb-grep.patch +2d7aad80502cb9778b18fab0f5ff4adf 0001-build-fix-for-automake-1.11.2-and-newer.patch fae6626b724dec90a19924d68d355cd2 setup-vs-template 4778b260b0fa8b5ce05d0a64f0b2fb39 setup-vs-guest" |