[arch-commits] Commit in xfce4-wavelan-plugin/trunk (PKGBUILD)

Evangelos Foutras foutrelis at archlinux.org
Mon Feb 6 17:01:42 UTC 2012


    Date: Monday, February 6, 2012 @ 12:01:42
  Author: foutrelis
Revision: 149265

upgpkg: xfce4-wavelan-plugin 0.5.6-2

Rebuild unsigned package.

Modified:
  xfce4-wavelan-plugin/trunk/PKGBUILD

----------+
 PKGBUILD |   10 +++++++---
 1 file changed, 7 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-02-06 17:00:23 UTC (rev 149264)
+++ PKGBUILD	2012-02-06 17:01:42 UTC (rev 149265)
@@ -4,7 +4,7 @@
 
 pkgname=xfce4-wavelan-plugin
 pkgver=0.5.6
-pkgrel=1
+pkgrel=2
 pkgdesc="plugin to monitor wifi connectivity for the Xfce4 panel"
 arch=('i686' 'x86_64')
 license=('custom')
@@ -17,13 +17,17 @@
 md5sums=('b23a4c9c2a206242ee4db8186dd01801')
 
 build() {
-  cd ${srcdir}/${pkgname}-${pkgver}  
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  # Work around DSO linking issue
+  LDFLAGS+=' -Wl,--copy-dt-needed-entries'
+
   ./configure --prefix=/usr \
 	--sysconfdir=/etc \
 	--libexecdir=/usr/lib \
 	--localstatedir=/var \
 	--disable-static \
-	--disable-debug	
+	--disable-debug
   make
 }
 




More information about the arch-commits mailing list