mirror of
https://git.freebsd.org/src.git
synced 2026-01-16 23:02:24 +00:00
Release notes at https://www.sqlite.org/releaselog/3_50_4.html.
Obtained from: https://www.sqlite.org/2025/sqlite-autoconf-3500400.tar.gz
Merge commit 'e7e917ee3cf2b3010b1c511c6ebaf8b65b983ad7'
(cherry picked from commit 07d5a9b1b2)
13 lines
339 B
PkgConfig
13 lines
339 B
PkgConfig
# Package Information for pkg-config
|
|
|
|
prefix=@prefix@
|
|
exec_prefix=@exec_prefix@
|
|
libdir=@libdir@
|
|
includedir=@includedir@
|
|
|
|
Name: SQLite
|
|
Description: SQL database engine
|
|
Version: @PACKAGE_VERSION@
|
|
Libs: -L${libdir} -lsqlite3
|
|
Libs.private: @LDFLAGS_MATH@ @LDFLAGS_ZLIB@ @LDFLAGS_DLOPEN@ @LDFLAGS_PTHREAD@ @LDFLAGS_ICU@
|
|
Cflags: -I${includedir}
|