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 / libseccomp / libseccomp.mk
1 ################################################################################
2 #
3 # libseccomp
4 #
5 ################################################################################
6
7 LIBSECCOMP_VERSION = v2.2.0
8 LIBSECCOMP_SITE = $(call github,seccomp,libseccomp,$(LIBSECCOMP_VERSION))
9 LIBSECCOMP_LICENSE = LGPLv2.1
10 LIBSECCOMP_LICENSE_FILES = LICENSE
11 LIBSECCOMP_INSTALL_STAGING = YES
12 LIBSECCOMP_AUTORECONF = YES
13
14 # Needed for autoreconf to work properly, see ./autogen.sh
15 define LIBSECCOMP_FIXUP_M4_DIR
16         mkdir $(@D)/m4
17 endef
18 LIBSECCOMP_POST_EXTRACT_HOOKS += LIBSECCOMP_FIXUP_M4_DIR
19
20 $(eval $(autotools-package))