|
@@ -18,11 +18,4 @@ else
|
|
|
HTOP_CONF_OPTS += --disable-unicode
|
|
|
endif
|
|
|
|
|
|
-# ARC uses an old uClibc that needs dladdr() for backtrace support,
|
|
|
-# which doesn't work for static only scenario, so as a workaround, we
|
|
|
-# pretend that execinfo.h is not available.
|
|
|
-ifeq ($(BR2_arc)$(BR2_STATIC_LIBS),yy)
|
|
|
-HTOP_CONF_ENV += ac_cv_header_execinfo_h=no
|
|
|
-endif
|
|
|
-
|
|
|
$(eval $(autotools-package))
|