| Age | Commit message (Collapse) | Author |
|
Refactor proj.pc to use EXTRA_LIBS; add -lpthread to Libs.private
Co-authored-by: Even Rouault <even.rouault@spatialys.com>
|
|
|
|
Attempt at fixes #2084
|
|
|
|
Ignore WARNING: 'proj.pc.in' seems to ignore the --datarootdir setting
|
|
|
|
Add @SQLITE3_LIBS@ to Libs.Private so applications linking statically
with proj (such as libgeotiff) will know that they have to link with
-lsqlite3
Fixes:
- http://autobuild.buildroot.org/results/737db533c16f285a02118ab048e8427d3e35803d
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
|
|
Add -lstdc++ to Libs.Private to allow packages such as libgeotiff to
retrieve this dependency when linking statically with proj
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
|
|
Convenience variable pkgdatadir not available at the time this is
configured, datadir/PACKAGE is its value.
Query with:
pkg-config --variable=datadir proj
|
|
git-svn-id: http://svn.osgeo.org/metacrs/proj/trunk@2072 4e78687f-474d-0410-85f9-8d5e500ac6b2
|