[packages] htop: fix undefined references to rpl_malloc, rpl_realloc (#8997)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@25941 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
448a2a1907
commit
71dadb9bee
@ -20,10 +20,6 @@ PKG_INSTALL:=1
|
|||||||
|
|
||||||
include $(INCLUDE_DIR)/package.mk
|
include $(INCLUDE_DIR)/package.mk
|
||||||
|
|
||||||
CONFIGURE_VARS += \
|
|
||||||
ac_cv_file__proc_stat=yes \
|
|
||||||
ac_cv_file__proc_meminfo=yes
|
|
||||||
|
|
||||||
define Package/htop
|
define Package/htop
|
||||||
SECTION:=admin
|
SECTION:=admin
|
||||||
CATEGORY:=Administration
|
CATEGORY:=Administration
|
||||||
@ -41,6 +37,8 @@ endef
|
|||||||
CONFIGURE_VARS += \
|
CONFIGURE_VARS += \
|
||||||
ac_cv_file__proc_stat=yes \
|
ac_cv_file__proc_stat=yes \
|
||||||
ac_cv_file__proc_meminfo=yes \
|
ac_cv_file__proc_meminfo=yes \
|
||||||
|
ac_cv_func_malloc_0_nonnull=yes \
|
||||||
|
ac_cv_func_realloc_0_nonnull=yes
|
||||||
|
|
||||||
define Package/htop/install
|
define Package/htop/install
|
||||||
$(INSTALL_DIR) $(1)/usr/bin
|
$(INSTALL_DIR) $(1)/usr/bin
|
||||||
|
Loading…
x
Reference in New Issue
Block a user