a699a667bd
Instead of passing -latomic through LDFLAGS as done in commit
4ed540ddf5
, properly check for it in
configure.ac and add it to numa.pc or numactl users won't be able to get
it
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
16 lines
495 B
Makefile
16 lines
495 B
Makefile
################################################################################
|
|
#
|
|
# numactl
|
|
#
|
|
################################################################################
|
|
|
|
NUMACTL_VERSION = 2.0.14
|
|
NUMACTL_SITE = $(call github,numactl,numactl,v$(NUMACTL_VERSION))
|
|
NUMACTL_LICENSE = LGPL-2.1 (libnuma), GPL-2.0 (programs)
|
|
NUMACTL_LICENSE_FILES = README.md
|
|
NUMACTL_INSTALL_STAGING = YES
|
|
NUMACTL_AUTORECONF = YES
|
|
NUMACTL_CONF_ENV = CFLAGS="$(TARGET_CFLAGS) -fPIC"
|
|
|
|
$(eval $(autotools-package))
|