[arch-commits] Commit in log4cpp/trunk (PKGBUILD)

Lukas Jirkovsky stativ at nymeria.archlinux.org
Thu Dec 19 14:04:41 UTC 2013


    Date: Thursday, December 19, 2013 @ 15:04:41
  Author: stativ
Revision: 102766

upgpkg: log4cpp 1.1.1-1

update to 1.1.1

Modified:
  log4cpp/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-12-19 13:49:34 UTC (rev 102765)
+++ PKGBUILD	2013-12-19 14:04:41 UTC (rev 102766)
@@ -3,8 +3,8 @@
 # Contributor : Geraud Le Falher <daureg at gmail.com>
 
 pkgname=log4cpp
-pkgver=1.1
-pkgrel=2
+pkgver=1.1.1
+pkgrel=1
 pkgdesc="A library of C++ classes for flexible logging to files, syslog, IDSA and other destinations."
 arch=('i686' 'x86_64')
 url="http://log4cpp.sourceforge.net/"
@@ -11,10 +11,11 @@
 license=('LGPL')
 depends=('gcc-libs')
 source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz)
-md5sums=('b9ef6244baa5e5e435f35e0b9474b35d')
+md5sums=('1e173df8ee97205f412ff84aa93b8fbe')
 
 build() {
 	cd "$srcdir/$pkgname"
+  export CXXFLAGS="$CXXFLAGS -lpthread"
   ./configure --prefix=/usr --disable-doxygen --disable-dot --without-idsa
 	make
 }




More information about the arch-commits mailing list