# # Implementation of fts(3) functions for musl libc. # # The musl-fts package implements the fts(3) functions # fts_open, fts_read, fts_children, fts_set and fts_close, # which are missing in musl libc. # # It uses the NetBSD implementation of fts(3) to build a static # library /usr/lib/libfts.a and the /usr/include/fts.h header file. # 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-fts pkgversion=1.2.7 arch=amd64 release=1 pkgcategory="libs" full_pkgname=musl-fts_1.2.7_amd64-1@libs blurb="Implementation of fts(3) functions for musl libc." homepage="https://github.com/pullmoll/musl-fts" license="BSD 3-clause" fetch="https://github.com/void-linux/musl-fts/archive/v1.2.7/musl-fts-1.2.7.tar.gz" replace=""