• Skip to sidebar navigation
  • Skip to content

Bitbucket

  • More
    ProjectsRepositories
  • Help
    • Online help
    • Learn Git
    • Welcome to Bitbucket
    • Keyboard shortcuts
  • Log In
Alexander Dahl
  1. Alexander Dahl

buildroot

Public
Actions
  • Clone
  • Compare

Learn more about cloning repositories

You have read-only access

Navigation
  • Source
  • Commits
  • Branches
  • All Branches Graph
  • Forks
  1. Alexander Dahl
  2. buildroot

Source

buildroot/package/htop/htop.mk
Rahul BedarkarRahul Bedarkar committed af31c309e7330 Mar 2017
Raw file
Source viewDiff to previous
 
1
################################################################################
2
#
3
# htop
4
#
5
################################################################################
6
​
7
HTOP_VERSION = 2.0.2
8
HTOP_SITE = http://hisham.hm/htop/releases/$(HTOP_VERSION)
9
HTOP_DEPENDENCIES = ncurses
10
# Prevent htop build system from searching the host paths
11
HTOP_CONF_ENV = HTOP_NCURSES_CONFIG_SCRIPT=$(STAGING_DIR)/usr/bin/$(NCURSES_CONFIG_SCRIPTS)
12
HTOP_LICENSE = GPL-2.0
13
HTOP_LICENSE_FILES = COPYING
14
​
15
ifeq ($(BR2_PACKAGE_NCURSES_WCHAR),y)
16
HTOP_CONF_OPTS += --enable-unicode
17
else
18
HTOP_CONF_OPTS += --disable-unicode
19
endif
20
​
21
# ARC uses an old uClibc that needs dladdr() for backtrace support,
22
# which doesn't work for static only scenario, so as a workaround, we
23
# pretend that execinfo.h is not available.
24
ifeq ($(BR2_arc)$(BR2_STATIC_LIBS),yy)
25
HTOP_CONF_ENV += ac_cv_header_execinfo_h=no
26
endif
27
​
28
$(eval $(autotools-package))
  • Git repository management for enterprise teams powered by Atlassian Bitbucket
  • Atlassian Bitbucket v6.7.2
  • Documentation
  • Request a feature
  • About
  • Contact Atlassian
Atlassian

Everything looks good. We'll let you know here if there's anything you should know about.