# # Perl-compatible regular expressions. # # The PCRE library is a set of functions that implement regular # expression pattern matching using the same syntax and semantics # as Perl, with just a few differences. # 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=pcre pkgversion=8.45 arch=amd64 release=1 pkgcategory="libs" full_pkgname=pcre_8.45_amd64-1@libs blurb="Perl-compatible regular expressions." homepage="https://www.pcre.org" license="BSD" fetch="https://sourceforge.net/projects/pcre/files/pcre/8.45/pcre-8.45.tar.bz2" replace=""