Browse Source

Improved htop to build in stage 1 when cross-compiling

early
Alejandro Mery 17 years ago
parent
commit
17938992b4
  1. 7
      base/htop/htop.conf
  2. 4
      base/htop/htop.desc

7
base/htop/htop.conf

@ -2,7 +2,7 @@
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
#
# Filename: package/.../htop/htop.conf
# Copyright (C) 2007 The OpenSDE Project
# Copyright (C) 2007 - 2008 The OpenSDE Project
#
# More information can be found in the files COPYING and README.
#
@ -12,4 +12,9 @@
# GNU General Public License can be found in the file COPYING.
# --- SDE-COPYRIGHT-NOTE-END ---
if atstage cross; then
var_append configcache ' ' 'ac_cv_file__proc_stat=yes'
var_append configcache ' ' 'ac_cv_file__proc_meminfo=yes'
fi
var_append GCC_WRAPPER_APPEND ' ' '-ldl'

4
base/htop/htop.desc

@ -2,7 +2,7 @@
[COPY] This copyright note is auto-generated by ./scripts/Create-CopyPatch.
[COPY]
[COPY] Filename: package/.../htop/htop.desc
[COPY] Copyright (C) 2006 - 2007 The OpenSDE Project
[COPY] Copyright (C) 2006 - 2008 The OpenSDE Project
[COPY] Copyright (C) 2004 - 2006 The T2 SDE Project
[COPY]
[COPY] More information can be found in the files COPYING and README.
@ -28,7 +28,7 @@
[L] GPL
[S] Stable
[V] 0.7
[P] X -----5---9 184.600
[P] X -?---5---9 184.600
[D] 735927692 htop-0.7.tar.gz http://dl.sourceforge.net/sourceforge/htop/

Loading…
Cancel
Save