2013-06-05 23:53:30 +00:00
|
|
|
################################################################################
|
2005-11-19 09:39:50 +00:00
|
|
|
#
|
|
|
|
|
# psmisc
|
|
|
|
|
#
|
2013-06-05 23:53:30 +00:00
|
|
|
################################################################################
|
2011-01-07 15:05:27 -03:00
|
|
|
|
2014-06-17 22:11:11 -03:00
|
|
|
PSMISC_VERSION = 22.21
|
2012-08-26 02:52:48 +03:00
|
|
|
PSMISC_SITE = http://downloads.sourceforge.net/project/psmisc/psmisc
|
2016-01-31 13:16:05 +01:00
|
|
|
PSMISC_PATCH = \
|
|
|
|
|
https://gitlab.com/psmisc/psmisc/commit/e7203c36a2a4dc10cd8268a5dc036fc9c2a73b6c.diff
|
2012-08-11 16:13:12 -04:00
|
|
|
PSMISC_LICENSE = GPLv2
|
|
|
|
|
PSMISC_LICENSE_FILES = COPYING
|
2012-09-16 12:57:49 +00:00
|
|
|
PSMISC_DEPENDENCIES = ncurses $(if $(BR2_NEEDS_GETTEXT_IF_LOCALE),gettext)
|
2011-01-07 15:05:27 -03:00
|
|
|
|
2013-09-02 18:06:36 +02:00
|
|
|
ifeq ($(BR2_TOOLCHAIN_HAS_SSP),)
|
|
|
|
|
# Don't force -fstack-protector when SSP is not available in toolchain
|
2014-09-27 21:32:44 +02:00
|
|
|
PSMISC_CONF_OPTS = --disable-harden-flags
|
2012-03-28 23:25:01 -03:00
|
|
|
endif
|
|
|
|
|
|
2011-01-07 15:05:27 -03:00
|
|
|
# build after busybox, we prefer fat versions while we're at it
|
|
|
|
|
ifeq ($(BR2_PACKAGE_BUSYBOX),y)
|
|
|
|
|
PSMISC_DEPENDENCIES += busybox
|
|
|
|
|
endif
|
2008-08-25 09:05:00 +00:00
|
|
|
|
2012-07-03 00:07:32 +02:00
|
|
|
$(eval $(autotools-package))
|