[packages/procps] enable new options

glen glen at pld-linux.org
Wed Jun 3 20:47:35 CEST 2015


commit 593d2dcd6c9ed9583a0f5a64f8b0ded658ff8a51
Author: Elan Ruusamäe <glen at delfi.ee>
Date:   Wed Jun 3 21:45:52 2015 +0300

    enable new options
    
      --enable-oomem          add out-of-memory fields to the library and top
      --enable-sigwinch       reduce impact of x-windows resize operations on top
      --enable-watch8bit      enable watch to be 8bit clean (requires ncursesw)
      --enable-wide-percent   provide extra precision under %CPU and %MEM for top

 procps.spec | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/procps.spec b/procps.spec
index 46754b8..6eafa9e 100644
--- a/procps.spec
+++ b/procps.spec
@@ -139,10 +139,14 @@ Statyczna wersja biblioteki libproc.
 %{__automake}
 %configure \
 	--disable-silent-rules \
-	--sbindir=/sbin \
 	--disable-pidof \
+	--enable-oomem \
+	--enable-sigwinch \
 	--enable-skill \
-	--enable-w-from
+	--enable-w-from \
+	--enable-watch8bit \
+	--enable-wide-percent \
+	--sbindir=/sbin
 %{__make}
 
 %install
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/procps.git/commitdiff/593d2dcd6c9ed9583a0f5a64f8b0ded658ff8a51



More information about the pld-cvs-commit mailing list