public inbox for lvm2-cvs@sourceware.org
help / color / mirror / Atom feed
From: zkabelac@sourceware.org
To: lvm-devel@redhat.com, lvm2-cvs@sourceware.org
Subject: LVM2 daemons/dmeventd/Makefile.in libdm/Makefi ...
Date: Wed, 08 Apr 2009 14:04:00 -0000	[thread overview]
Message-ID: <20090408140438.23134.qmail@sourceware.org> (raw)

CVSROOT:	/cvs/lvm2
Module name:	LVM2
Changes by:	zkabelac@sourceware.org	2009-04-08 14:04:36

Modified files:
	daemons/dmeventd: Makefile.in 
	libdm          : Makefile.in 
	liblvm         : Makefile.in 
	.              : WHATS_NEW 

Log message:
	Do not create some dm and lvm static librarie when they are not requested
	by configure option
	Add dependency for static dmeventd library

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/LVM2/daemons/dmeventd/Makefile.in.diff?cvsroot=lvm2&r1=1.23&r2=1.24
http://sourceware.org/cgi-bin/cvsweb.cgi/LVM2/libdm/Makefile.in.diff?cvsroot=lvm2&r1=1.44&r2=1.45
http://sourceware.org/cgi-bin/cvsweb.cgi/LVM2/liblvm/Makefile.in.diff?cvsroot=lvm2&r1=1.4&r2=1.5
http://sourceware.org/cgi-bin/cvsweb.cgi/LVM2/WHATS_NEW.diff?cvsroot=lvm2&r1=1.1079&r2=1.1080

--- LVM2/daemons/dmeventd/Makefile.in	2008/11/04 17:25:32	1.23
+++ LVM2/daemons/dmeventd/Makefile.in	2009/04/08 14:04:35	1.24
@@ -17,7 +17,9 @@
 
 SOURCES = libdevmapper-event.c
 
+ifeq ("@STATIC_LINK@", "yes")
 LIB_STATIC = libdevmapper-event.a
+endif
 LIB_VERSION = $(LIB_VERSION_DM)
 
 ifeq ("@LIB_SUFFIX@","dylib")
@@ -37,7 +39,7 @@
 include $(top_srcdir)/make.tmpl
 
 all: dmeventd
-device-mapper: dmeventd
+device-mapper: dmeventd $(LIB_STATIC)
 
 LDFLAGS += -ldl -ldevmapper -lpthread
 CLDFLAGS += -ldl -ldevmapper -lpthread
--- LVM2/libdm/Makefile.in	2009/03/16 20:00:10	1.44
+++ LVM2/libdm/Makefile.in	2009/04/08 14:04:35	1.45
@@ -34,7 +34,9 @@
 
 INCLUDES = -I$(interface) -I.
 
+ifeq ("@STATIC_LINK@", "yes")
 LIB_STATIC = $(interface)/libdevmapper.a
+endif
 
 ifeq ("@LIB_SUFFIX@","dylib")
   LIB_SHARED = $(interface)/libdevmapper.dylib
--- LVM2/liblvm/Makefile.in	2009/03/08 18:10:39	1.4
+++ LVM2/liblvm/Makefile.in	2009/04/08 14:04:35	1.5
@@ -23,7 +23,9 @@
 LIB_VERSION = $(LIB_VERSION_LVM)
 VERSIONED_SHLIB = $(LIB_NAME).$(LIB_SUFFIX).$(LIB_VERSION_LVM)
 
+ifeq ("@STATIC_LINK@", "yes")
 LIB_STATIC = $(LIB_NAME).a
+endif
 LIB_SHARED = $(LIB_NAME).so
 
 CLEAN_TARGETS += liblvm.cflow
--- LVM2/WHATS_NEW	2009/04/08 12:53:20	1.1079
+++ LVM2/WHATS_NEW	2009/04/08 14:04:35	1.1080
@@ -1,5 +1,6 @@
 Version 2.02.46 - 
 ================================
+  Avoid creating some static libraries without static_link
   Enable use of cached metadata for pvs and pvdisplay commands.
   Add missing 'device-mapper' internal subdir build dependency.
   Fix memory leak in mirror allocation code.


                 reply	other threads:[~2009-04-08 14:04 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=20090408140438.23134.qmail@sourceware.org \
    --to=zkabelac@sourceware.org \
    --cc=lvm-devel@redhat.com \
    --cc=lvm2-cvs@sourceware.org \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).