mrrl

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

libretls (413B)


      1 {% extends "autotools" %}
      2 {%- block extra_deps %}
      3 #@untar:-z:sha256:3bc9fc0e61827ee2f608e5e44993a8fda6d610b80a1e01a9c75610cc292997b5:.
      4 {%- endblock %}
      5 {% block at_script %}
      6 
      7 export LDFLAGS="--static"
      8 autotools_static libretls-3.8.1
      9 
     10 {% endblock %}
     11 {% block genlinks_begin %}
     12 	x["./man/man3/tls_connect.3"]=1
     13 	x["./library/libtls.a"]=1
     14 	x["./library/pkgconfig/libtls.pc"]=1
     15 	x["./include/tls.h"]=1
     16 {% endblock %}
     17