# 
# Extra utilities and headers to complement Musl.
# 
# A set of headers and small utilities for use on musl libc systems,
# for providing some minimal glibc compatibility.
# 
# The code is derived from software contributed to The NetBSD Foundation,
# mostly rewritten to be used in musl-compatible systems by Timo Teras.
# 
# The implementation of the iconv utility was written by Rich Felker.
# 

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-compat
pkgversion=20210503_77a1509
arch=amd64
release=2
pkgcategory="libs"
full_pkgname=musl-compat_20210503_77a1509_amd64-2@libs
blurb="Extra utilities and headers to complement Musl."
homepage="https://dev.midipix.org/compat/musl-compat"
license="GPLv2+, MIT | BSD"
fetch="
 https://dragora.mirror.garr.it/current/sources/musl-compat-20210503_77a1509.tar.lz
 rsync://rsync.dragora.org/current/sources/musl-compat-20210503_77a1509.tar.lz
"
replace=""