mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 13:46:49 +00:00
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:
parent
e980b44da5
commit
f21fdb66b6
@ -25,6 +25,8 @@
|
|||||||
# htop fails to build with GOLD linker
|
# htop fails to build with GOLD linker
|
||||||
strip_gold
|
strip_gold
|
||||||
|
|
||||||
|
LDFLAGS="$LDFLAGS -ltinfo"
|
||||||
|
|
||||||
cd $PKG_BUILD
|
cd $PKG_BUILD
|
||||||
ac_cv_func_malloc_0_nonnull=yes \
|
ac_cv_func_malloc_0_nonnull=yes \
|
||||||
ac_cv_func_realloc_0_nonnull=yes \
|
ac_cv_func_realloc_0_nonnull=yes \
|
||||||
@ -33,6 +35,12 @@ ac_cv_func_realloc_0_nonnull=yes \
|
|||||||
--prefix=/usr \
|
--prefix=/usr \
|
||||||
--sysconfdir=/etc \
|
--sysconfdir=/etc \
|
||||||
--localstatedir=/var \
|
--localstatedir=/var \
|
||||||
|
--enable-cgroup \
|
||||||
|
--disable-vserver \
|
||||||
|
--disable-taskstats \
|
||||||
|
--disable-unicode \
|
||||||
|
--disable-native-affinity \
|
||||||
|
--disable-hwloc \
|
||||||
--with-gnu-ld
|
--with-gnu-ld
|
||||||
|
|
||||||
make
|
make
|
||||||
|
@ -1,3 +1,7 @@
|
|||||||
|
2.0.0
|
||||||
|
- prepare for OpenELEC-2.0 release
|
||||||
|
- update to htop-1.0
|
||||||
|
|
||||||
1.90.1
|
1.90.1
|
||||||
- depends on xbmc.python API 2.0
|
- depends on xbmc.python API 2.0
|
||||||
|
|
||||||
|
@ -19,8 +19,8 @@
|
|||||||
################################################################################
|
################################################################################
|
||||||
|
|
||||||
PKG_NAME="htop"
|
PKG_NAME="htop"
|
||||||
PKG_VERSION="0.9"
|
PKG_VERSION="1.0"
|
||||||
PKG_REV="1"
|
PKG_REV="0"
|
||||||
PKG_ARCH="any"
|
PKG_ARCH="any"
|
||||||
PKG_LICENSE="GPL"
|
PKG_LICENSE="GPL"
|
||||||
PKG_SITE="http://htop.sourceforge.net/"
|
PKG_SITE="http://htop.sourceforge.net/"
|
||||||
|
@ -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])
|
|
||||||
|
|
Loading…
x
Reference in New Issue
Block a user