diff options
| author | github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2021-12-05 13:55:33 +1300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-12-05 13:55:33 +1300 |
| commit | 8bda42cc12a11e7348abadc8288f0372191918cc (patch) | |
| tree | 63a7a072b5432c692f1aec91caf8d2c212bb2a5a /proj.pc.in | |
| parent | ebe3aadd69801ea911fb7ec6e2cfaa0777167d7c (diff) | |
| download | PROJ-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.in | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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} |
