The cirros image was rebuilt against the 3.13.0-83 kernel, drivers e1000e, igbvf...
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / psmisc / psmisc.mk
1 ################################################################################
2 #
3 # psmisc
4 #
5 ################################################################################
6
7 PSMISC_VERSION = 22.21
8 PSMISC_SITE = http://downloads.sourceforge.net/project/psmisc/psmisc
9 PSMISC_LICENSE = GPLv2
10 PSMISC_LICENSE_FILES = COPYING
11 PSMISC_DEPENDENCIES = ncurses $(if $(BR2_NEEDS_GETTEXT_IF_LOCALE),gettext)
12
13 ifeq ($(BR2_TOOLCHAIN_HAS_SSP),)
14 # Don't force -fstack-protector when SSP is not available in toolchain
15 PSMISC_CONF_OPTS = --disable-harden-flags
16 endif
17
18 # build after busybox, we prefer fat versions while we're at it
19 ifeq ($(BR2_PACKAGE_BUSYBOX),y)
20 PSMISC_DEPENDENCIES += busybox
21 endif
22
23 $(eval $(autotools-package))