# # Netlink protocol library suite. # # The libnl suite is a collection of libraries providing APIs to netlink # protocol based Linux kernel interfaces. # # Netlink is a IPC mechanism primarly between the kernel and user space # processes. It was designed to be a more flexible successor to ioctl # to provide mainly networking related kernel configuration and # monitoring interfaces. # 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=libnl3 pkgversion=3.7.0 arch=amd64 release=1 pkgcategory="networking" full_pkgname=libnl3_3.7.0_amd64-1@networking blurb="Netlink protocol library suite." homepage="https://www.infradead.org/~tgr/libnl/" license="LGPLv2.1" fetch="https://github.com/thom311/libnl/releases/download/libnl3_5_0/libnl-3.7.0.tar.gz" replace=""