2005-11-19 10:39:50 +01:00
|
|
|
#############################################################
|
|
|
|
#
|
|
|
|
# psmisc
|
|
|
|
#
|
|
|
|
#############################################################
|
2011-01-07 19:05:27 +01:00
|
|
|
|
2012-03-29 04:25:01 +02:00
|
|
|
PSMISC_VERSION = 22.16
|
|
|
|
PSMISC_SITE = http://$(BR2_SOURCEFORGE_MIRROR).dl.sourceforge.net/project/psmisc/psmisc
|
2011-01-07 19:05:27 +01:00
|
|
|
PSMISC_DEPENDENCIES = ncurses $(if $(BR2_NEEDS_GETTEXT_IF_LOCALE),gettext libintl)
|
|
|
|
|
2012-03-29 04:25:01 +02:00
|
|
|
ifneq ($(BR2_TOOLCHAIN_BUILDROOT_USE_SSP),y)
|
|
|
|
# Don't force -fstack-protector
|
|
|
|
PSMISC_CONF_OPT = --disable-harden-flags
|
|
|
|
endif
|
|
|
|
|
2011-01-07 19:05:27 +01: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 11:05:00 +02:00
|
|
|
|
2011-09-29 21:57:43 +02:00
|
|
|
$(eval $(call AUTOTARGETS))
|