mrrl

Minimal Reliable Reproducible Linux
git clone https://ccx.te2000.cz/git/mrrl
Log | Files | Refs | Submodules | README

libseccomp (710B)


      1 {% extends "genlinks" %}
      2 {%- block script %}
      3 #+{{pkg_install_name("musl-cross-make")}}
      4 #+{{pkg_install_name("gnu-make")}}
      5 #+{{pkg_install_name("busybox")}}
      6 #+{{pkg_install_name("busybox-diffutils")}}
      7 #+{{pkg_install_name("pkgconf-pkg-config")}}
      8 #@untar:-z:sha256:248a2c8a4d9b9858aa6baf52712c34afefcf9c9e94b76dce02c1c9aa25fb3375:.
      9 
     10 {% include "functions/check_static" %}
     11 {% include "functions/build_env_static" %}
     12 {% include "functions/vars" %}
     13 def_prefix
     14 LDFLAGS=--static
     15 build_env_static
     16 
     17 cd libseccomp-2.5.5
     18 autotools_static libseccomp-2.5.5
     19 
     20 check_static command/scmp_sys_resolver
     21 
     22 {% endblock %}
     23 {% block genlinks_begin %}
     24 	x["./command/scmp_sys_resolver"]=1
     25 	x["./library/libseccomp.a"]=1
     26 {% endblock %}
     27