From 409f8b0e5d1f7abcaab6e6c9be07b1ff0dd98dd1 Mon Sep 17 00:00:00 2001 From: Jeroen Ooms Date: Tue, 18 Feb 2020 14:28:28 +0100 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