mrrl

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

error-standalone (663B)


      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 #@untar:-z:sha256:0e751989cea94e25d5166a6a1ed9bde218786e39dff82e1f01dff12fc78639d9:.
      8 
      9 {% include "functions/build_env_static" %}
     10 prefix={{versions}}/$pthbs_package
     11 build_env_static
     12 cd error-standalone-2.0
     13 {{make}} PREFIX={{versions}}/$pthbs_package \
     14 	DESTDIR="$pthbs_destdir" \
     15 	INCDIR="$prefix/include" \
     16 	LIBDIR="$prefix/library" \
     17 	install-static
     18 {% endblock %}
     19 {% block genlinks_begin %}
     20 	x["./library/liberror.a"]=1
     21 	x["./include/error.h"]=1
     22 {% endblock %}