# # A XML C parser library and toolkit. # # XML itself is a meta language to design markup languages. HTML is the # most well-known markup language. Though the library is written in C, # a variety of language bindings make it available in other environments. # 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=libxml2 pkgversion=2.9.12 arch=amd64 release=2 pkgcategory="libs" full_pkgname=libxml2_2.9.12_amd64-2@libs blurb="A XML C parser library and toolkit." homepage="https://xmlsoft.org" license="MIT" fetch="http://xmlsoft.org/sources/libxml2-2.9.12.tar.gz" replace=""