|
|
|
@ -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' |
|
|
|
|