Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Vestigial reference to RAFT_LIBS in dqlite.pc.in #726

Open
gibmat opened this issue Oct 31, 2024 · 0 comments
Open

Vestigial reference to RAFT_LIBS in dqlite.pc.in #726

gibmat opened this issue Oct 31, 2024 · 0 comments

Comments

@gibmat
Copy link
Contributor

gibmat commented Oct 31, 2024

With the release of dqlite 1.18.0, raft is now an entirely internal implementation detail. However, there's still a reference to RAFT_LIBS in dqlite.pc.in:

diff --git a/dqlite.pc.in b/dqlite.pc.in
index 2934626..cae8217 100644
--- a/dqlite.pc.in
+++ b/dqlite.pc.in
@@ -7,5 +7,5 @@ Name: dqlite
 Description: Distributed SQLite engine
 Version:  @PACKAGE_VERSION@
 Libs: -L${libdir} -ldqlite
-Libs.private: @SQLITE_LIBS@ @UV_LIBS@ @RAFT_LIBS@
+Libs.private: @SQLITE_LIBS@ @UV_LIBS@
 Cflags: -I${includedir}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant