mrrl

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

libretls (340B)


      1 {%- set pkg_version="3.8.1" -%}
      2 {%- set pkg_source="tar.gz" -%}
      3 {% extends "autotools_static" %}
      4 {% block configure %}
      5 export LDFLAGS="--static"
      6 {{ super() -}}
      7 {% endblock %}
      8 {% block genlinks_begin %}
      9 	x["./man/man3/tls_connect.3"]=1
     10 	x["./library/libtls.a"]=1
     11 	x["./library/pkgconfig/libtls.pc"]=1
     12 	x["./include/tls.h"]=1
     13 {% endblock %}
     14