# # A highly portable C library that encodes or decodes an ASN.1 schema. # # Libtasn1 is the ASN.1 library used by GnuTLS, p11-kit and some other # packages. It was originally written by Fabio Fiorina, and now # maintained as a GNU package. The goal of this implementation is to # be highly portable, and only require an ANSI C99 platform. # QICFLAGS="-O2 -march=x86-64 -fstack-clash-protection -fcf-protection=full -fstack-protector-strong --param=ssp-buffer-size=4 -pipe" QICXXFLAGS="-O2 -march=x86-64 -fstack-clash-protection -fcf-protection=full -fstack-protector-strong --param=ssp-buffer-size=4 -pipe" QILDFLAGS="-s" QICPPFLAGS="-D_FORTIFY_SOURCE=2" pkgname=libtasn1 pkgversion=4.19.0 arch=amd64 release=1 pkgcategory="libs" full_pkgname=libtasn1_4.19.0_amd64-1@libs blurb="A highly portable C library that encodes or decodes an ASN.1 schema." homepage="https://www.gnu.org/software/libtasn1" license="GPLv3+, LGPLv2+" fetch="https://ftp.gnu.org/gnu/libtasn1/libtasn1-4.19.0.tar.gz" replace=""