summaryrefslogtreecommitdiff
path: root/sys-fs
diff options
context:
space:
mode:
authorChristian Ruppert <idl0r@gentoo.org>2009-07-19 18:09:35 +0000
committerChristian Ruppert <idl0r@gentoo.org>2009-07-19 18:09:35 +0000
commit9aff2661f751bd1283a980c3b3cc0e2aa05e1aba (patch)
treefbbe83e798f450e09eb673bffb10bec6ffec6ef0 /sys-fs
parentppc stable #278089 (diff)
downloadgentoo-2-9aff2661f751bd1283a980c3b3cc0e2aa05e1aba.tar.gz
gentoo-2-9aff2661f751bd1283a980c3b3cc0e2aa05e1aba.tar.bz2
gentoo-2-9aff2661f751bd1283a980c3b3cc0e2aa05e1aba.zip
Fix bug 217644 #c34, thanks to Chris Coleman <chris.coleman83@gmail.com>.
(Portage version: 2.2_rc33/cvs/Linux x86_64)
Diffstat (limited to 'sys-fs')
-rw-r--r--sys-fs/lvm2/ChangeLog6
-rw-r--r--sys-fs/lvm2/files/lvm2-2.02.48-as-needed.patch7
2 files changed, 9 insertions, 4 deletions
diff --git a/sys-fs/lvm2/ChangeLog b/sys-fs/lvm2/ChangeLog
index 621ecc188e00..ee118026a4a0 100644
--- a/sys-fs/lvm2/ChangeLog
+++ b/sys-fs/lvm2/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for sys-fs/lvm2
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/lvm2/ChangeLog,v 1.161 2009/07/06 00:12:18 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/lvm2/ChangeLog,v 1.162 2009/07/19 18:09:35 idl0r Exp $
+
+ 19 Jul 2009; Christian Ruppert <idl0r@gentoo.org>
+ files/lvm2-2.02.48-as-needed.patch:
+ Fix bug 217644 #c34, thanks to Chris Coleman <chris.coleman83@gmail.com>.
*lvm2-2.02.48-r1 (06 Jul 2009)
diff --git a/sys-fs/lvm2/files/lvm2-2.02.48-as-needed.patch b/sys-fs/lvm2/files/lvm2-2.02.48-as-needed.patch
index eb65548f97e3..1f241e5f386e 100644
--- a/sys-fs/lvm2/files/lvm2-2.02.48-as-needed.patch
+++ b/sys-fs/lvm2/files/lvm2-2.02.48-as-needed.patch
@@ -86,13 +86,14 @@ diff -Nuarp --exclude '*.rej' --exclude '*.orig' LVM2.2.02.48.orig/daemons/dmeve
SOURCES = dmeventd_snapshot.c
diff -Nuarp --exclude '*.rej' --exclude '*.orig' LVM2.2.02.48.orig/lib/Makefile.in LVM2.2.02.48/lib/Makefile.in
---- LVM2.2.02.48.orig/lib/Makefile.in 2009-06-03 04:31:06.000000000 -0700
-+++ LVM2.2.02.48/lib/Makefile.in 2009-07-05 14:33:03.801620744 -0700
-@@ -137,7 +137,7 @@ ifeq ("@HAVE_LIBDL@", "yes")
+--- LVM2.2.02.48.orig/lib/Makefile.in 2009-07-17 11:16:40.572301218 +0200
++++ LVM2.2.02.48/lib/Makefile.in 2009-07-17 11:17:55.035551029 +0200
+@@ -137,7 +137,8 @@ ifeq ("@HAVE_LIBDL@", "yes")
endif
ifeq ("@DMEVENTD@", "yes")
- CLDFLAGS += -ldevmapper-event
++ CLDFLAGS += -L../daemons/dmeventd
+ LIBS += -ldevmapper-event
endif