Added new option 'static' for yaz-config which makes 'yaz-config --libs'
authorAdam Dickmeiss <adam@indexdata.dk>
Wed, 18 Apr 2007 13:40:19 +0000 (13:40 +0000)
committerAdam Dickmeiss <adam@indexdata.dk>
Wed, 18 Apr 2007 13:40:19 +0000 (13:40 +0000)
commit965d5409daba88b43bbffb5bed90b58383c0cc3f
tree6d4f8b5a94466ca3a09f46f8578cd42fe2d706a8
parentb42021d3f227347b9ec107a28bf52fc7e2578fec
Added new option 'static' for yaz-config which makes 'yaz-config --libs'
returns static libs rather than shared libs for in-source compilations.
This is to make Pazpar2 work for local builds when YAZ is built
both statically and with shared objects. We have not seen this problem
before because most other applications are built with Libtool. And
these that aren't, such as PHP / Perl extensions deal with shared
objects fine.
yaz-config.in