Date: Sunday, January 24, 2010 @ 10:57:11
  Author: thomas
Revision: 65161

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-x86_64/    (properties)
  lvm2/repos/testing-x86_64/ChangeLog
  lvm2/repos/testing-x86_64/PKGBUILD

-----------+
 ChangeLog |    4 ++++
 PKGBUILD  |    3 ++-
 2 files changed, 6 insertions(+), 1 deletion(-)


Property changes on: lvm2/repos/testing-x86_64
___________________________________________________________________
Modified: svnmerge-integrated
   - /lvm2/trunk:1-65133
   + /lvm2/trunk:1-65160

Modified: testing-x86_64/ChangeLog
===================================================================
--- testing-x86_64/ChangeLog    2010-01-24 15:56:29 UTC (rev 65160)
+++ testing-x86_64/ChangeLog    2010-01-24 15:57:11 UTC (rev 65161)
@@ -1,4 +1,8 @@
 2010-01-24  Thomas Bächler <[email protected]>
+       * lvm2/device-mapper 2.02.60-2
+       * Rebuilt without -Wl,--as-needed, it breaks dmeventd monitoring
+
+2010-01-24  Thomas Bächler <[email protected]>
         * lvm2/device-mapper update to 2.02.60-1
         * Clean up PKGBUILD, fix internal paths to dmeventd and its helpers
 

Modified: testing-x86_64/PKGBUILD
===================================================================
--- testing-x86_64/PKGBUILD     2010-01-24 15:56:29 UTC (rev 65160)
+++ testing-x86_64/PKGBUILD     2010-01-24 15:57:11 UTC (rev 65161)
@@ -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 \

Reply via email to