From b49c5b783b03b1fd3b2469385f3499611a7ddeeb Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 18 Feb 2020 15:22:35 +0000 Subject: Fix static linking (due to typo in pc) --- proj.pc.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/proj.pc.in b/proj.pc.in index 67a432f1..d63c007c 100644 --- a/proj.pc.in +++ b/proj.pc.in @@ -9,5 +9,5 @@ Description: Cartographic Projections Library. Requires: Version: @VERSION@ Libs: -L${libdir} -lproj -Libs.Private: @SQLITE3_LIBS@ -lstdc++ +Libs.private: @SQLITE3_LIBS@ -lstdc++ Cflags: -I${includedir} -- cgit v1.2.3