# # A real-time data compression library. # # LZO is a portable lossless data compression library written in ANSI C. # Offers pretty fast compression and *extremely* fast decompression. # # For more details, visit: https://www.oberhumer.com/opensource/lzo/ # 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=lzo pkgversion=2.10 arch=amd64 release=1 pkgcategory="libs" full_pkgname=lzo_2.10_amd64-1@libs blurb="A real-time data compression library." homepage="https://www.oberhumer.com/opensource/lzo/" license="GPLv2+" fetch="https://www.oberhumer.com/opensource/lzo/download/lzo-2.10.tar.gz" replace=""