diff options
author | Petr Vorel <petr.vorel@gmail.com> | 2018-01-30 22:23:49 +0100 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2018-01-30 22:56:33 +0100 |
commit | a9ef70aa922335062d1b1f8953299d38e5e2f1ae (patch) | |
tree | 74c5004df7c4fddfe48a14e195ce7c2c2d1aefec /package/ltp-testsuite/ltp-testsuite.mk | |
parent | 4b9f57266813796cdd251e7a293ce2f423020ae4 (diff) | |
download | buildroot-a9ef70aa922335062d1b1f8953299d38e5e2f1ae.tar.gz buildroot-a9ef70aa922335062d1b1f8953299d38e5e2f1ae.zip |
ltp-testsuite: Add upstream patch to fix build numa detection
This removes fix added in commit 3c937807a3 ("ltp-testsuite: disable numa tests")
Signed-off-by: Petr Vorel <petr.vorel@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/ltp-testsuite/ltp-testsuite.mk')
-rw-r--r-- | package/ltp-testsuite/ltp-testsuite.mk | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/package/ltp-testsuite/ltp-testsuite.mk b/package/ltp-testsuite/ltp-testsuite.mk index 28dc24749e..5e0b35d12a 100644 --- a/package/ltp-testsuite/ltp-testsuite.mk +++ b/package/ltp-testsuite/ltp-testsuite.mk @@ -56,8 +56,10 @@ LTP_TESTSUITE_CONF_ENV += \ CFLAGS="$(LTP_TESTSUITE_CFLAGS)" \ CPPFLAGS="$(LTP_TESTSUITE_CPPFLAGS)" \ LIBS="$(LTP_TESTSUITE_LIBS)" \ - SYSROOT="$(STAGING_DIR)" \ - have_numa_headers=no + SYSROOT="$(STAGING_DIR)" + +# Required by patch 0002-numa-Fix-numa-v2-detection-for-cross-compilation.patch +LTP_TESTSUITE_AUTORECONF = YES # Requires uClibc fts and bessel support, normally not enabled ifeq ($(BR2_TOOLCHAIN_USES_UCLIBC),y) |