1 ################################################################################
5 ################################################################################
8 PSMISC_SITE
= http
://downloads.sourceforge.net
/project
/psmisc
/psmisc
10 https
://gitlab.com
/psmisc
/psmisc
/commit
/e7203c36a2a4dc10cd8268a5dc036fc9c2a73b6c.diff
11 PSMISC_LICENSE
= GPLv2
12 PSMISC_LICENSE_FILES
= COPYING
13 PSMISC_DEPENDENCIES
= ncurses
$(if
$(BR2_NEEDS_GETTEXT_IF_LOCALE
),gettext
)
15 ifeq ($(BR2_TOOLCHAIN_HAS_SSP
),)
16 # Don't force -fstack-protector when SSP is not available in toolchain
17 PSMISC_CONF_OPTS
= --disable-harden-flags
20 # build after busybox, we prefer fat versions while we're at it
21 ifeq ($(BR2_PACKAGE_BUSYBOX
),y
)
22 PSMISC_DEPENDENCIES
+= busybox
25 $(eval
$(autotools-package
))