# # HTTP/2 C library. # # This is an implementation of the Hypertext Transfer Protocol version 2 in # C. The framing layer of HTTP/2 is implemented as a reusable C library. # 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=nghttp2 pkgversion=1.51.0 arch=amd64 release=1 pkgcategory="networking" full_pkgname=nghttp2_1.51.0_amd64-1@networking blurb="HTTP/2 C library." homepage="https://nghttp2.org/" license="MIT" fetch="https://github.com/nghttp2/nghttp2/releases/download/v1.51.0/nghttp2-1.51.0.tar.bz2" replace=""