[arch-commits] Commit in lvm2/repos (3 files)
Thomas Bächler
thomas at archlinux.org
Sun Jan 24 15:56:30 UTC 2010
Date: Sunday, January 24, 2010 @ 10:56:29
Author: thomas
Revision: 65160
Merged revisions 65159 via svnmerge from
svn+ssh://gerolde.archlinux.org/srv/svn-packages/lvm2/trunk
........
r65159 | thomas | 2010-01-24 16:56:12 +0100 (So, 24 Jan 2010) | 2 lines
Build without -Wl,--as-needed, it breaks dmeventd
........
Modified:
lvm2/repos/testing-i686/ (properties)
lvm2/repos/testing-i686/ChangeLog
lvm2/repos/testing-i686/PKGBUILD
-----------+
ChangeLog | 4 ++++
PKGBUILD | 3 ++-
2 files changed, 6 insertions(+), 1 deletion(-)
Property changes on: lvm2/repos/testing-i686
___________________________________________________________________
Modified: svnmerge-integrated
- /lvm2/trunk:1-65132
+ /lvm2/trunk:1-65159
Modified: testing-i686/ChangeLog
===================================================================
--- testing-i686/ChangeLog 2010-01-24 15:56:12 UTC (rev 65159)
+++ testing-i686/ChangeLog 2010-01-24 15:56:29 UTC (rev 65160)
@@ -1,4 +1,8 @@
2010-01-24 Thomas Bächler <thomas at archlinux.org>
+ * lvm2/device-mapper 2.02.60-2
+ * Rebuilt without -Wl,--as-needed, it breaks dmeventd monitoring
+
+2010-01-24 Thomas Bächler <thomas at archlinux.org>
* lvm2/device-mapper update to 2.02.60-1
* Clean up PKGBUILD, fix internal paths to dmeventd and its helpers
Modified: testing-i686/PKGBUILD
===================================================================
--- testing-i686/PKGBUILD 2010-01-24 15:56:12 UTC (rev 65159)
+++ testing-i686/PKGBUILD 2010-01-24 15:56:29 UTC (rev 65160)
@@ -6,7 +6,7 @@
pkgver=2.02.60
_pkgverdm=1.02.40
_pkgverlvm=${pkgver}
-pkgrel=1
+pkgrel=2
arch=('i686' 'x86_64')
url="http://sourceware.org/lvm2/"
license=('GPL')
@@ -23,6 +23,7 @@
build() {
cd "${srcdir}/LVM2.${_pkgverlvm}"
+ unset LDFLAGS
./configure --prefix= --sysconfdir=/etc --localstatedir=/var --enable-readline \
--mandir=/usr/share/man --includedir=/usr/include --with-usrlibdir=/usr/lib \
--enable-pkgconfig --enable-static_link --enable-dmeventd --enable-cmdlib \
More information about the arch-commits
mailing list