All of lore.kernel.org
 help / color / mirror / Atom feed
From: Zdenek Kabelac <zkabelac@redhat.com>
To: lvm-devel@redhat.com
Subject: [PATCH 0/9] Makefile and Require cleanups
Date: Fri,  7 May 2010 16:14:47 +0200	[thread overview]
Message-ID: <cover.1273241256.git.zkabelac@redhat.com> (raw)

This patchset tries to address few things:

it should be fixing Gentoo linkage bug
https://bugs.gentoo.org/show_bug.cgi?id=318513
But properly linking needed librarie to .so files.
Another part is cleanup Require.private in .pc file.
2 patches are touching pthread cleanups.
One patch cleans the 'extra' cat command call from Makefile.
And the last patch introduces pkgconfigdir so user could easily
overwrite his favourite locate of .pc installation dir.

Zdenek Kabelac (9):
  Not using pthread library functions here
  Link liblvm2cmd.so with their depending libraries
  Fix linking libdevmapper-event.so
  Plugins do not use pthread or lvm2cmd directly
  Skip unneeded 'cat' command
  Use Require.private: field
  Add UDEV_PC and SELINUX_PC subst variables
  Requires.private: update
  Use pkgconfigdir for placement of .pc files

 configure                                          |    8 +++++++-
 configure.in                                       |    8 +++++++-
 daemons/dmeventd/Makefile.in                       |    5 +++--
 daemons/dmeventd/libdevmapper-event.pc.in          |    3 +--
 daemons/dmeventd/plugins/mirror/Makefile.in        |    2 +-
 daemons/dmeventd/plugins/mirror/dmeventd_mirror.c  |    2 --
 daemons/dmeventd/plugins/snapshot/Makefile.in      |    2 +-
 .../dmeventd/plugins/snapshot/dmeventd_snapshot.c  |    3 +--
 libdm/Makefile.in                                  |    2 +-
 libdm/libdevmapper.pc.in                           |    2 +-
 liblvm/Makefile.in                                 |    2 +-
 liblvm/liblvm2app.pc.in                            |    2 +-
 make.tmpl.in                                       |   15 ++++-----------
 tools/Makefile.in                                  |    3 +++
 14 files changed, 32 insertions(+), 27 deletions(-)



             reply	other threads:[~2010-05-07 14:14 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-05-07 14:14 Zdenek Kabelac [this message]
2010-05-07 14:14 ` [PATCH 1/9] Not using pthread library functions here Zdenek Kabelac
2010-05-07 14:14 ` [PATCH 2/9] Link liblvm2cmd.so with their depending libraries Zdenek Kabelac
2010-05-07 14:14 ` [PATCH 3/9] Fix linking libdevmapper-event.so Zdenek Kabelac
2010-05-07 14:14 ` [PATCH 4/9] Plugins do not use pthread or lvm2cmd directly Zdenek Kabelac
2010-05-07 14:14 ` [PATCH 5/9] Skip unneeded 'cat' command Zdenek Kabelac
2010-05-07 14:14 ` [PATCH 6/9] Use Require.private: field Zdenek Kabelac
2010-05-07 14:14 ` [PATCH 7/9] Add UDEV_PC and SELINUX_PC subst variables Zdenek Kabelac
2010-05-07 14:14 ` [PATCH 8/9] Requires.private: update Zdenek Kabelac
2010-05-07 14:14 ` [PATCH 9/9] Use pkgconfigdir for placement of .pc files Zdenek Kabelac
2010-05-07 16:42 ` [PATCH 0/9] Makefile and Require cleanups Alasdair G Kergon

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.1273241256.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.