diff options
| author | Mike Taves <mwtoews@gmail.com> | 2021-08-28 22:06:41 +1200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-08-28 22:06:41 +1200 |
| commit | a2713d85eab58eff28da416942e0b0c73edd4fcb (patch) | |
| tree | c27a21b9915e482b094ced6107098fa94487c1da /proj.pc.in | |
| parent | 3bb6c1bf02c454686edf557a520ae6c70d6ae5d9 (diff) | |
| download | PROJ-a2713d85eab58eff28da416942e0b0c73edd4fcb.tar.gz PROJ-a2713d85eab58eff28da416942e0b0c73edd4fcb.zip | |
proj.pc.in: add -lm -ldl in Libs.private (#2825)
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@ -lstdc++ +Libs.private: @SQLITE3_LIBS@ @TIFF_LIBS@ @CURL_LIBS@ @EXTRA_LIBS@ Cflags: -I${includedir} |
