# # Linux kernel module handling. # # kmod is a set of tools to handle common tasks with Linux kernel modules # like insert, remove, list, check properties, resolve dependencies and # aliases. # 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=kmod pkgversion=30 arch=amd64 release=2 pkgcategory="kernel" full_pkgname=kmod_30_amd64-2@kernel blurb="Linux kernel module handling." homepage="https://git.kernel.org/?p=utils/kernel/kmod/kmod.git" license="LGPLv2.1" fetch="https://mirrors.edge.kernel.org/pub/linux/utils/kernel/kmod/kmod-30.tar.gz" replace=""