python: make hashlib and readline modules really optional
[buildroot-gz.git] / package / numactl / numactl.mk
blobe2d2590cde1091dddc26a5915bd45cb1161bd682
1 ################################################################################
3 # numactl
5 ################################################################################
7 NUMACTL_VERSION = 2.0.11
8 NUMACTL_SITE = ftp://oss.sgi.com/www/projects/libnuma/download
9 NUMACTL_PATCH = \
10 https://github.com/numactl/numactl/commit/3770bdc4fa7b9059db5cd2aa8bb09b50fa15e456.patch \
11 https://github.com/numactl/numactl/commit/31dc2951c758698bff060aeae8ffd8854616183b.patch
12 NUMACTL_LICENSE = LGPLv2.1 (libnuma), GPLv2 (programs)
13 NUMACTL_LICENSE_FILES = README
14 NUMACTL_INSTALL_STAGING = YES
16 $(eval $(autotools-package))