numactl.mk 569 B

1234567891011121314151617
  1. ################################################################################
  2. #
  3. # numactl
  4. #
  5. ################################################################################
  6. NUMACTL_VERSION = 2.0.16
  7. NUMACTL_SITE = \
  8. https://github.com/numactl/numactl/releases/download/v$(NUMACTL_VERSION)
  9. NUMACTL_LICENSE = LGPL-2.1 (libnuma), GPL-2.0 (programs)
  10. NUMACTL_LICENSE_FILES = LICENSE.GPL2 LICENSE.LGPL2.1
  11. NUMACTL_INSTALL_STAGING = YES
  12. # We're patching configure.ac
  13. NUMACTL_AUTORECONF = YES
  14. NUMACTL_CONF_ENV = CFLAGS="$(TARGET_CFLAGS) -fPIC"
  15. $(eval $(autotools-package))