# # Ucontext function implementations. # # libucontext is a library which provides the ucontext.h C API. Unlike other # implementations, it faithfully follows the kernel process ABI when doing # context swaps. Notably, when combined with gcompat, it provides a fully # compatible implementation of the ucontext functions that are ABI compatible # with Glibc. # 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=libucontext pkgversion=1.2 arch=amd64 release=1 pkgcategory="libs" full_pkgname=libucontext_1.2_amd64-1@libs blurb="Ucontext function implementations." homepage="https://github.com/kaniini/libucontext" license="ISC" fetch="https://distfiles.dereferenced.org/libucontext/libucontext-1.2.tar.xz" replace=""