mrrl

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

certdata2pem (190B)


      1 {%- set src_dir="." -%}
      2 {% extends "single_static_c" %}
      3 {% block configure -%}
      4 CFLAGS="-D_GNU_SOURCE"
      5 {% endblock %}
      6 {% block genlinks_begin %}
      7 	x["./command/certdata2pem"]=1
      8 {% endblock %}