All of lore.kernel.org
 help / color / mirror / Atom feed
From: Zdenek Kabelac <zkabelac@redhat.com>
To: lvm-devel@redhat.com
Subject: [PATCH 00/15] configure update v2
Date: Wed,  3 Mar 2010 21:42:46 +0100	[thread overview]
Message-ID: <cover.1267648294.git.zkabelac@redhat.com> (raw)

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(-)



             reply	other threads:[~2010-03-03 20:42 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-03-03 20:42 Zdenek Kabelac [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=cover.1267648294.git.zkabelac@redhat.com \
    --to=zkabelac@redhat.com \
    --cc=lvm-devel@redhat.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.