mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
htop: add autoreconf support
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
681f8d5cea
commit
f63c47b082
@ -3,8 +3,6 @@
|
||||
. config/options $1
|
||||
|
||||
cd $PKG_BUILD
|
||||
$AUTORECONF
|
||||
|
||||
ac_cv_func_malloc_0_nonnull=yes \
|
||||
ac_cv_func_realloc_0_nonnull=yes \
|
||||
./configure --host=$TARGET_NAME \
|
||||
|
@ -12,3 +12,5 @@ PKG_SECTION="debug"
|
||||
PKG_SHORTDESC="htop: Htop is an ncurses based interactive process viewer for Linux."
|
||||
PKG_LONGDESC="Htop is an ncurses based interactive process viewer for Linux."
|
||||
PKG_IS_ADDON="no"
|
||||
|
||||
PKG_AUTORECONF="yes"
|
||||
|
Loading…
x
Reference in New Issue
Block a user