1 ################################################################################
5 ################################################################################
8 PSMISC_SITE
= http
://downloads.sourceforge.net
/project
/psmisc
/psmisc
10 PSMISC_LICENSE_FILES
= COPYING
11 PSMISC_DEPENDENCIES
= ncurses
$(if
$(BR2_NEEDS_GETTEXT_IF_LOCALE
),gettext
)
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
18 # build after busybox, we prefer fat versions while we're at it
19 ifeq ($(BR2_PACKAGE_BUSYBOX
),y
)
20 PSMISC_DEPENDENCIES
+= busybox
23 $(eval
$(autotools-package
))