kumquat-buildroot/package/psmisc/psmisc.mk

22 lines
620 B
Makefile
Raw Normal View History

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