# # SQlite is a C-language library that implements a SQL database engine. # # The sqlite package is a software library that implements a self-contained, # serverless, zero-configuration, transactional SQL database engine. # 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=sqlite pkgversion=3.40.1 arch=amd64 release=1 pkgcategory="db" full_pkgname=sqlite_3.40.1_amd64-1@db blurb="SQlite is a C-language library that implements a SQL database engine." homepage="https://www.sqlite.org" license="Public Domain" fetch="https://sqlite.org/2022/sqlite-autoconf-3400100.tar.gz" replace=""