psmisc.mk 620 B

123456789101112131415161718192021
  1. #############################################################
  2. #
  3. # psmisc
  4. #
  5. #############################################################
  6. PSMISC_VERSION = 22.16
  7. PSMISC_SITE = http://$(BR2_SOURCEFORGE_MIRROR).dl.sourceforge.net/project/psmisc/psmisc
  8. PSMISC_DEPENDENCIES = ncurses $(if $(BR2_NEEDS_GETTEXT_IF_LOCALE),gettext libintl)
  9. ifneq ($(BR2_TOOLCHAIN_BUILDROOT_USE_SSP),y)
  10. # Don't force -fstack-protector
  11. PSMISC_CONF_OPT = --disable-harden-flags
  12. endif
  13. # build after busybox, we prefer fat versions while we're at it
  14. ifeq ($(BR2_PACKAGE_BUSYBOX),y)
  15. PSMISC_DEPENDENCIES += busybox
  16. endif
  17. $(eval $(call AUTOTARGETS))