# # A library for handling page faults. # # GNU libsigsegv is a library for handling page faults in user mode. # A page fault occurs when a program tries to access to a region of # memory that is currently not available. # 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=libsigsegv pkgversion=2.14 arch=amd64 release=2 pkgcategory="libs" full_pkgname=libsigsegv_2.14_amd64-2@libs blurb="A library for handling page faults." homepage="" license="GPLv2+" fetch="https://ftp.gnu.org/gnu/libsigsegv/libsigsegv-2.14.tar.gz" replace=""