diff options
author | Boohbah | 2016-02-09 19:56:10 +0000 |
---|---|---|
committer | Boohbah | 2016-02-09 19:56:10 +0000 |
commit | e78895137fc5b5ad8521ff5b3ea9420afd6898a0 (patch) | |
tree | 89c97968188c742a85a92da36b639c814a52cb2c /PKGBUILD | |
parent | 318cf17921f2f73c5840505443cacad6fb00db87 (diff) | |
download | aur-e78895137fc5b5ad8521ff5b3ea9420afd6898a0.tar.gz |
Add --enable-oom configure option
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -2,11 +2,12 @@ # Contributor: Eric Belanger <eric at archlinux.org> # Contributor: Daniel J Griffiths <ghost1227 at archlinux.us> # Contributor: Wesley Merkel <ooesili at gmail.com> +# Contributor: sekret <sekret at posteo.se> _pkgname=htop pkgname=$_pkgname-solarized pkgver=1.0.3 -pkgrel=1 +pkgrel=2 pkgdesc="Interactive process viewer with solarized patch" arch=('i686' 'x86_64') url="http://htop.sourceforge.net/" @@ -41,7 +42,8 @@ build() { --enable-unicode \ --enable-openvz \ --enable-vserver \ - --enable-cgroup + --enable-cgroup \ + --enable-oom make } |