aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2020-02-18 15:22:35 +0000
committerKristian Evers <kristianevers@gmail.com>2020-02-18 16:23:15 +0100
commitb49c5b783b03b1fd3b2469385f3499611a7ddeeb (patch)
tree75cd4af5fed3c6c99d12a0553a8f324e0956e45a
parent1dbad5e232ae2d59a5cf44ca101fa33b062c3780 (diff)
downloadPROJ-b49c5b783b03b1fd3b2469385f3499611a7ddeeb.tar.gz
PROJ-b49c5b783b03b1fd3b2469385f3499611a7ddeeb.zip
Fix static linking (due to typo in pc)
-rw-r--r--proj.pc.in2
1 files changed, 1 insertions, 1 deletions
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}