# # Implementation of obstack functions for musl libc. # # The musl-obstack package is a copy + paste of the `obstack` # functions and macros found in GNU gcc `libiberty` library # for use with Musl libc. # 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=musl-obstack pkgversion=1.2.3 arch=amd64 release=1 pkgcategory="libs" full_pkgname=musl-obstack_1.2.3_amd64-1@libs blurb="Implementation of obstack functions for musl libc." homepage="https://github.com/pullmoll/musl-obstack/" license="GPLv2+" fetch="https://github.com/void-linux/musl-obstack/archive/v1.2.3/musl-obstack-1.2.3.tar.gz" replace=""