aboutsummaryrefslogtreecommitdiff
path: root/proj.pc.in
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2021-12-05 13:55:33 +1300
committerGitHub <noreply@github.com>2021-12-05 13:55:33 +1300
commit8bda42cc12a11e7348abadc8288f0372191918cc (patch)
tree63a7a072b5432c692f1aec91caf8d2c212bb2a5a /proj.pc.in
parentebe3aadd69801ea911fb7ec6e2cfaa0777167d7c (diff)
downloadPROJ-8bda42cc12a11e7348abadc8288f0372191918cc.tar.gz
PROJ-8bda42cc12a11e7348abadc8288f0372191918cc.zip
Merge pull request #2970 from mwtoews/static-extra-libs (#2971)
Refactor proj.pc to use EXTRA_LIBS; add -lpthread to Libs.private Co-authored-by: Even Rouault <even.rouault@spatialys.com>
Diffstat (limited to 'proj.pc.in')
-rw-r--r--proj.pc.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/proj.pc.in b/proj.pc.in
index d63a3d9d..54c5bfcc 100644
--- a/proj.pc.in
+++ b/proj.pc.in
@@ -10,5 +10,5 @@ Description: Coordinate transformation software library
Requires:
Version: @VERSION@
Libs: -L${libdir} -lproj
-Libs.private: @SQLITE3_LIBS@ @TIFF_LIBS@ @CURL_LIBS@ @EXTRA_LIBS@
+Libs.private: @EXTRA_LIBS@
Cflags: -I${includedir}