summaryrefslogtreecommitdiff
path: root/extra/xfce4-diskperf-plugin
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2012-02-07 23:15:14 +0000
committerroot <root@rshg054.dnsready.net>2012-02-07 23:15:14 +0000
commit0dee03071a0643c3ee5820afa3c694dcef71d385 (patch)
tree2aa6cbee930040086600726e496a2bd87ec41ba8 /extra/xfce4-diskperf-plugin
parent1fa6edfba8d1e31ca1c0d59e8202cd3c62ccf393 (diff)
Tue Feb 7 23:15:14 UTC 2012
Diffstat (limited to 'extra/xfce4-diskperf-plugin')
-rw-r--r--extra/xfce4-diskperf-plugin/PKGBUILD8
1 files changed, 6 insertions, 2 deletions
diff --git a/extra/xfce4-diskperf-plugin/PKGBUILD b/extra/xfce4-diskperf-plugin/PKGBUILD
index 11af81a49..620708779 100644
--- a/extra/xfce4-diskperf-plugin/PKGBUILD
+++ b/extra/xfce4-diskperf-plugin/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 107127 2011-01-21 14:53:20Z andyrtr $
+# $Id: PKGBUILD 149264 2012-02-06 17:00:23Z foutrelis $
# Maintainer: AndyRTR <andyrtr@archlinux.org>
# Contributor: Aurelien Foret <orelien@chez.com>
pkgname=xfce4-diskperf-plugin
pkgver=2.3.0
-pkgrel=1
+pkgrel=2
pkgdesc="Plugin for the Xfce4 panel displaying instant disk/partition performance"
arch=('i686' 'x86_64')
license=('custom')
@@ -17,6 +17,10 @@ md5sums=('c6ece8123c762ee203cbc6fd5450b503')
build() {
cd ${srcdir}/${pkgname}-${pkgver}
+
+ # Work around DSO linking issue
+ LDFLAGS+=' -Wl,--copy-dt-needed-entries'
+
./configure --prefix=/usr \
--sysconfdir=/etc \
--libexecdir=/usr/lib \