[arch-commits] Commit in dbus-c++/trunk (PKGBUILD)

Ray Rashif schiv at archlinux.org
Wed Sep 19 19:30:29 UTC 2012


    Date: Wednesday, September 19, 2012 @ 15:30:28
  Author: schiv
Revision: 166832

add -lpthread for i686

Modified:
  dbus-c++/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-09-19 19:26:42 UTC (rev 166831)
+++ PKGBUILD	2012-09-19 19:30:28 UTC (rev 166832)
@@ -6,7 +6,7 @@
 _pkgname=lib$pkgname
 pkgver=0.9.0
 pkgrel=4
-pkgdesc="dbus-c++ attempts to provide a C++ API for D-BUS"
+pkgdesc="A C++ API for D-BUS"
 url="http://sourceforge.net/projects/dbus-cplusplus/"
 arch=('i686' 'x86_64')
 license=('GPL')
@@ -22,7 +22,7 @@
     cd "$srcdir/$_pkgname-$pkgver"
 
     patch -Np0 -i "$srcdir/gcc47.patch"
-    export LDFLAGS+=" -lexpat"
+    export LDFLAGS+=" -lexpat -lpthread" # -lpthread needed for i686
 
     ./autogen.sh --prefix=/usr \
                  --disable-static \




More information about the arch-commits mailing list