[sqlite3] Prepend whitespace to pkgconfig Requires.private string (#41885)

This commit is contained in:
Egor Krugletsov 2024-11-01 08:29:15 +03:00 committed by GitHub
parent 070afacb73
commit c6841ac593
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 8 additions and 3 deletions

View File

@ -50,7 +50,7 @@ if(SQLITE_ENABLE_ICU)
find_package(ICU COMPONENTS uc i18n REQUIRED)
target_link_libraries(sqlite3 PRIVATE ICU::uc ICU::i18n)
string(APPEND PKGCONFIG_REQUIRES_PRIVATE "icu-uc icu-i18n")
string(APPEND PKGCONFIG_REQUIRES_PRIVATE " icu-uc icu-i18n")
endif()
if(NOT SQLITE3_SKIP_TOOLS)

View File

@ -1,7 +1,7 @@
{
"name": "sqlite3",
"version": "3.47.0",
"port-version": 1,
"port-version": 2,
"description": "SQLite is a software library that implements a self-contained, serverless, zero-configuration, transactional SQL database engine.",
"homepage": "https://sqlite.org/",
"license": "blessing",

View File

@ -8598,7 +8598,7 @@
},
"sqlite3": {
"baseline": "3.47.0",
"port-version": 1
"port-version": 2
},
"sqlitecpp": {
"baseline": "3.3.2",

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "543d6067a10a7ab97a4893997afaee4d34230a27",
"version": "3.47.0",
"port-version": 2
},
{
"git-tree": "a28f9bb5f7c9a1b985a6ad77d1f3b22e9a543fcb",
"version": "3.47.0",