flann: bump version to fix build with gcc 6
[buildroot-gz.git] / package / psmisc / psmisc.mk
blob2f83b7d8c92717fffb85413fcf81ca22983784d2
1 ################################################################################
3 # psmisc
5 ################################################################################
7 PSMISC_VERSION = 22.21
8 PSMISC_SITE = http://downloads.sourceforge.net/project/psmisc/psmisc
9 PSMISC_PATCH = \
10 https://gitlab.com/psmisc/psmisc/commit/e7203c36a2a4dc10cd8268a5dc036fc9c2a73b6c.diff
11 PSMISC_LICENSE = GPLv2
12 PSMISC_LICENSE_FILES = COPYING
13 PSMISC_DEPENDENCIES = ncurses $(if $(BR2_NEEDS_GETTEXT_IF_LOCALE),gettext)
15 ifeq ($(BR2_TOOLCHAIN_HAS_SSP),)
16 # Don't force -fstack-protector when SSP is not available in toolchain
17 PSMISC_CONF_OPTS = --disable-harden-flags
18 endif
20 # build after busybox, we prefer fat versions while we're at it
21 ifeq ($(BR2_PACKAGE_BUSYBOX),y)
22 PSMISC_DEPENDENCIES += busybox
23 endif
25 $(eval $(autotools-package))