# # libmnl is a minimalistic library oriented to Netlink developers. # # There are a lot of common tasks in parsing, validating, constructing # of both the Netlink header and TLVs that are repetitive and easy to # get wrong. This library aims to provide simple helpers that allows # you to re-use code and to avoid re-inventing the wheel. # 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=libmnl pkgversion=1.0.5 arch=amd64 release=1 pkgcategory="networking" full_pkgname=libmnl_1.0.5_amd64-1@networking blurb="libmnl is a minimalistic library oriented to Netlink developers." homepage="https://www.netfilter.org/projects/libmnl" license="LGPLv2.1" fetch="https://www.netfilter.org/projects/libmnl/files/libmnl-1.0.5.tar.bz2" replace=""