1################################################################################ 2# 3# psmisc 4# 5################################################################################ 6 7PSMISC_VERSION = 23.4 8PSMISC_SITE = http://downloads.sourceforge.net/project/psmisc/psmisc 9PSMISC_SOURCE = psmisc-$(PSMISC_VERSION).tar.xz 10PSMISC_LICENSE = GPL-2.0+ 11PSMISC_LICENSE_FILES = COPYING 12PSMISC_DEPENDENCIES = ncurses $(TARGET_NLS_DEPENDENCIES) 13 14ifeq ($(BR2_TOOLCHAIN_HAS_SSP),) 15# Don't force -fstack-protector when SSP is not available in toolchain 16PSMISC_CONF_OPTS = --disable-harden-flags 17endif 18 19$(eval $(autotools-package)) 20