mrrl

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

libretls (369B)


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