The cirros image was rebuilt against the 3.13.0-83 kernel, drivers e1000e, igbvf...
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / ltp-testsuite / ltp-testsuite.mk
1 ################################################################################
2 #
3 # ltp-testsuite
4 #
5 ################################################################################
6
7 LTP_TESTSUITE_VERSION = 20140115
8 LTP_TESTSUITE_SOURCE = ltp-full-$(LTP_TESTSUITE_VERSION).tar.xz
9 LTP_TESTSUITE_SITE = http://downloads.sourceforge.net/project/ltp/LTP%20Source/ltp-$(LTP_TESTSUITE_VERSION)
10 LTP_TESTSUITE_LICENSE = GPLv2 GPLv2+
11 LTP_TESTSUITE_LICENSE_FILES = COPYING
12
13 # Needs libcap with file attrs which needs attr, so both required
14 ifeq ($(BR2_PACKAGE_LIBCAP)$(BR2_PACKAGE_ATTR),yy)
15 LTP_TESTSUITE_DEPENDENCIES += libcap
16 else
17 LTP_TESTSUITE_CONF_ENV += ac_cv_lib_cap_cap_compare=no
18 endif
19
20 # ltp-testsuite uses <fts.h>, which isn't compatible with largefile
21 # support.
22 LTP_TESTSUITE_CONF_ENV += \
23         CFLAGS="$(filter-out -D_FILE_OFFSET_BITS=64,$(TARGET_CFLAGS))" \
24         CPPFLAGS="$(filter-out -D_FILE_OFFSET_BITS=64,$(TARGET_CPPFLAGS))"
25
26 $(eval $(autotools-package))