# # A high level programming interface to various calling conventions. # # The libffi library provides a portable, high level programming # interface to various calling conventions. This allows a programmer to # call any function specified by a call interface description at run time. # 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=libffi pkgversion=3.4.4 arch=amd64 release=1 pkgcategory="libs" full_pkgname=libffi_3.4.4_amd64-1@libs blurb="A high level programming interface to various calling conventions." homepage="https://sourceware.org/libffi/" license="BSD" fetch="https://github.com/libffi/libffi/releases/download/v3.4.4/libffi-3.4.4.tar.gz" replace=""