mrrl

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

patch (260B)


      1 {% extends "autotools" %}
      2 {%- block extra_deps %}
      3 #@untar:-J:sha256:ac610bda97abe0d9f6b7c963255a11dcb196c25e337c61f94e4778d632f1d8fd:.
      4 {%- endblock %}
      5 {% block at_script %}
      6 
      7 autotools_static patch-2.7.6 --disable-nls
      8 check_static command/patch
      9 
     10 {% endblock %}