summaryrefslogtreecommitdiffstats
path: root/tools/lvm-static.c
Commit message (Collapse)AuthorAgeFilesLines
* Use __attribute__ consistently throughout.Alasdair Kergon2010-07-091-2/+2
|
* Use tools.h in for lvm-static.Milan Broz2009-01-201-1/+1
|
* Fix problems with static buildMilan Broz2009-01-201-0/+1
| | | | | | | - compiler warning (missing header) - configure should set static flag early to be able use STATIC_LINK flag during configure script
* Create global is_static() to eliminate from the library init function.Dave Wysochanski2008-12-181-1/+2
| | | | | | | | Very simple / crude method of removing 'is_static' from initialization. Why should we require an application tell us whether it is linked statically or dynamically to libLVM? If the application is linked statically, but libraries exist and dlopen() calls succeed, why do we care if it's statically linked?
* Fix mirror log name construction during lvconvert. (2.02.30)Alasdair Kergon2008-01-311-1/+2
| | | | | | Make monitor_dev_for_events recurse through the stack of LVs. Clean up some more compiler warnings. Add mirror names test script.
* Some whitespace tidy-ups.Alasdair Kergon2008-01-301-1/+1
|
* Fix inconsistent licence notices: executables are GPLv2; libraries LGPLv2.1.Alasdair Kergon2007-08-201-1/+1
|
* Exclude readline support from lvm.staticAlasdair Kergon2007-02-141-0/+5
|
* Static binary invokes dynamic binary if appropriate.Alasdair Kergon2005-02-181-0/+21