dreamstreat / libkml

Automatically exported from code.google.com/p/libkml
Other
0 stars 0 forks source link

configure does not have options use external boost and uriparse #50

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
I am trying to package libkml for fink.  However, there is no way for me to
specify using libs from fink rather than the thirdparty directory.  I need
to not have any headers or shared libs from other packages go in with the
fink libkml package.  I would rather not put a whole bunch of patches in my
fink package.

Thanks,
-kurt

What steps will reproduce the problem?
1. configure --help
2.
3.

What is the expected output? What do you see instead?

Hoping for options to specify uriparse and boost. 

Please use labels and text to provide additional information.

Original issue reported on code.google.com by schw...@gmail.com on 28 Jan 2009 at 3:03

GoogleCodeExporter commented 8 years ago

Original comment by kml.mash...@gmail.com on 8 Feb 2009 at 4:33

GoogleCodeExporter commented 8 years ago
[PATCH 1/2] Support external liburiparse and boost

issue #50 wants us to support external/existing liburiparse and boost

Original comment by rep.dot....@gmail.com on 9 Nov 2012 at 9:36

Attachments:

GoogleCodeExporter commented 8 years ago
[PATCH 2/2] configure: Fix detection of swig version

do not reject swig versions 2.x.x and later

Original comment by rep.dot....@gmail.com on 9 Nov 2012 at 9:36

Attachments:

GoogleCodeExporter commented 8 years ago
Would be nice to have these options to use external libs. Right now, the 
libminizip dylib installed can not be used to link against for project like 
osgEarth (due to renamed symbols in libkml source). The patches here seem a 
reasonable fix.

Original comment by la...@shafferinteractive.com on 14 Nov 2013 at 1:38