# 
# A new portable thread library.
# 
# The npth package contains a very portable POSIX/ANSI-C based library
# for Unix platforms which provides non-preemptive priority-based
# scheduling for multiple threads of execution (multithreading) inside
# event-driven applications.  All threads run in the same address space
# of the server application, but each thread has its own individual
# program-counter, run-time stack, signal mask and errno variable.
# 

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=npth
pkgversion=1.6
arch=amd64
release=1
pkgcategory="libs"
full_pkgname=npth_1.6_amd64-1@libs
blurb="A new portable thread library."
homepage="https://www.gnupg.org"
license="LGPLv2+"
fetch="https://www.gnupg.org/ftp/gcrypt/npth/npth-1.6.tar.bz2"
replace=""