All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 00/15] configure update v2
@ 2010-03-03 20:42 Zdenek Kabelac
  2010-03-03 20:42 ` [PATCH 01/15] Update AC_PREREQ version to 2.61 Zdenek Kabelac
                   ` (14 more replies)
  0 siblings, 15 replies; 16+ messages in thread
From: Zdenek Kabelac @ 2010-03-03 20:42 UTC (permalink / raw)
  To: lvm-devel

This patchset tries to mainly address linking problems.
First few patches are rather cosmetic cleanups.

Interesting patches starts with: Readline linking update.

With this patchset libpthread, libselinux, libdl, libudev libraries
are linked only to objects which really use them.
Tested it on Fedora, Debian and RHEL4 distribution.

configure diff is not part of patch (~0.5MB)

Zdenek Kabelac (15):
  Update AC_PREREQ version to 2.61
  Help display --disable-fsadm
  Fix autoconf WARNING:
  Fix usage of $(top_builddir)
  Replace just one CFLOW_CMD
  Use $() instead of ${} for Makefile variables
  Move include before  DEFS+=
  Introduce LVMINTERNAL_LIBS
  Readline linking update
  Pthread linking change
  Remove -rdynamic
  SELinux configure update
  Move "-ldl" from LIBS to DL_LIBS
  Introduce UDEV_LIBS
  Update generated misc/configure.in

 configure.in                                  |  134 ++++++++++++-------------
 daemons/Makefile.in                           |    2 +-
 daemons/clvmd/Makefile.in                     |    5 +-
 daemons/cmirrord/Makefile.in                  |    2 +-
 daemons/dmeventd/Makefile.in                  |    9 +-
 daemons/dmeventd/plugins/Makefile.in          |    2 +-
 daemons/dmeventd/plugins/lvm2/Makefile.in     |    4 +-
 daemons/dmeventd/plugins/mirror/Makefile.in   |    6 +-
 daemons/dmeventd/plugins/snapshot/Makefile.in |    6 +-
 doc/Makefile.in                               |    2 +-
 lib/Makefile.in                               |    4 +-
 lib/format1/Makefile.in                       |    2 +-
 lib/format_pool/Makefile.in                   |    2 +-
 lib/locking/Makefile.in                       |    2 +-
 lib/mirror/Makefile.in                        |    2 +-
 lib/misc/configure.h.in                       |    3 -
 lib/snapshot/Makefile.in                      |    2 +-
 libdm/Makefile.in                             |    4 +-
 liblvm/Makefile.in                            |    4 +-
 make.tmpl.in                                  |   10 ++
 man/Makefile.in                               |    6 +-
 old-tests/device/Makefile.in                  |    4 +-
 old-tests/filters/Makefile.in                 |    6 +-
 old-tests/format1/Makefile.in                 |   22 ++--
 old-tests/mm/Makefile.in                      |    6 +-
 old-tests/regex/Makefile.in                   |   10 +-
 po/Makefile.in                                |    2 +-
 scripts/Makefile.in                           |    2 +-
 test/api/Makefile.in                          |    2 +-
 tools/Makefile.in                             |   31 +++---
 udev/Makefile.in                              |    2 +-
 31 files changed, 149 insertions(+), 151 deletions(-)



^ permalink raw reply	[flat|nested] 16+ messages in thread

end of thread, other threads:[~2010-03-03 20:43 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-03-03 20:42 [PATCH 00/15] configure update v2 Zdenek Kabelac
2010-03-03 20:42 ` [PATCH 01/15] Update AC_PREREQ version to 2.61 Zdenek Kabelac
2010-03-03 20:42 ` [PATCH 02/15] Help display --disable-fsadm Zdenek Kabelac
2010-03-03 20:42 ` [PATCH 03/15] Fix autoconf WARNING: Zdenek Kabelac
2010-03-03 20:42 ` [PATCH 04/15] Fix usage of $(top_builddir) Zdenek Kabelac
2010-03-03 20:42 ` [PATCH 05/15] Replace just one CFLOW_CMD Zdenek Kabelac
2010-03-03 20:42 ` [PATCH 06/15] Use $() instead of ${} for Makefile variables Zdenek Kabelac
2010-03-03 20:42 ` [PATCH 07/15] Move include before DEFS+= Zdenek Kabelac
2010-03-03 20:42 ` [PATCH 08/15] Introduce LVMINTERNAL_LIBS Zdenek Kabelac
2010-03-03 20:42 ` [PATCH 09/15] Readline linking update Zdenek Kabelac
2010-03-03 20:42 ` [PATCH 10/15] Pthread linking change Zdenek Kabelac
2010-03-03 20:42 ` [PATCH 11/15] Remove -rdynamic Zdenek Kabelac
2010-03-03 20:42 ` [PATCH 12/15] SELinux configure update Zdenek Kabelac
2010-03-03 20:42 ` [PATCH 13/15] Move "-ldl" from LIBS to DL_LIBS Zdenek Kabelac
2010-03-03 20:43 ` [PATCH 14/15] Introduce UDEV_LIBS Zdenek Kabelac
2010-03-03 20:43 ` [PATCH 15/15] Update generated misc/configure.in Zdenek Kabelac

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.