htop: update to htop-1.0, prepare for OpenELEC-2.0 release

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2011-12-14 05:13:47 +01:00
parent e980b44da5
commit f21fdb66b6
4 changed files with 14 additions and 16 deletions

View File

@ -25,6 +25,8 @@
# htop fails to build with GOLD linker
strip_gold
LDFLAGS="$LDFLAGS -ltinfo"
cd $PKG_BUILD
ac_cv_func_malloc_0_nonnull=yes \
ac_cv_func_realloc_0_nonnull=yes \
@ -33,6 +35,12 @@ ac_cv_func_realloc_0_nonnull=yes \
--prefix=/usr \
--sysconfdir=/etc \
--localstatedir=/var \
--enable-cgroup \
--disable-vserver \
--disable-taskstats \
--disable-unicode \
--disable-native-affinity \
--disable-hwloc \
--with-gnu-ld
make

View File

@ -1,3 +1,7 @@
2.0.0
- prepare for OpenELEC-2.0 release
- update to htop-1.0
1.90.1
- depends on xbmc.python API 2.0

View File

@ -19,8 +19,8 @@
################################################################################
PKG_NAME="htop"
PKG_VERSION="0.9"
PKG_REV="1"
PKG_VERSION="1.0"
PKG_REV="0"
PKG_ARCH="any"
PKG_LICENSE="GPL"
PKG_SITE="http://htop.sourceforge.net/"

View File

@ -1,14 +0,0 @@
diff -Naur htop-0.9.orig/configure.ac htop-0.9/configure.ac
--- htop-0.9.orig/configure.ac 2010-11-23 16:56:32.000000000 +0100
+++ htop-0.9/configure.ac 2010-12-26 12:23:34.433062696 +0100
@@ -101,9 +101,6 @@
-AC_CHECK_FILE($PROCDIR/stat,,AC_MSG_ERROR(Cannot find /proc/stat. Make sure you have a Linux-compatible /proc filesystem mounted. See the file README for help.))
-AC_CHECK_FILE($PROCDIR/meminfo,,AC_MSG_ERROR(Cannot find /proc/meminfo. Make sure you have a Linux-compatible /proc filesystem mounted. See the file README for help.))
-
AC_ARG_ENABLE(plpa, [AC_HELP_STRING([--enable-plpa], [enable PLPA support for CPU affinity])], ,enable_plpa="yes")
PLPA_INCLUDED
PLPA_INIT([plpa-1.3.2], [plpa_happy=yes], [plpa_happy=no])