All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/9] Makefile and Require cleanups
@ 2010-05-07 14:14 Zdenek Kabelac
  2010-05-07 14:14 ` [PATCH 1/9] Not using pthread library functions here Zdenek Kabelac
                   ` (9 more replies)
  0 siblings, 10 replies; 11+ messages in thread
From: Zdenek Kabelac @ 2010-05-07 14:14 UTC (permalink / raw)
  To: lvm-devel

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



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

end of thread, other threads:[~2010-05-07 16:42 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-05-07 14:14 [PATCH 0/9] Makefile and Require cleanups Zdenek Kabelac
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

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.