# # A powerful standard C/POSIX library (version 1.2.3). # # Musl is a new standard library to power a new generation of Linux-based # devices. Musl is lightweight, fast, simple, free, and strives to be # correct in the sense of standards-conformance and safety. # 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 pkgversion=1.2.3 arch=amd64 release=6 pkgcategory="libs" full_pkgname=musl@libs blurb="A powerful standard C/POSIX library (version 1.2.3)." homepage="https://www.musl-libc.org" license="MIT Expat variant" fetch="https://www.musl-libc.org/releases/musl-1.2.3.tar.gz" replace=""