summaryrefslogtreecommitdiff
path: root/community/log4cpp
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@endefensadelsl.org>2013-12-27 23:55:53 +0000
committerNicolás Reynolds <fauno@endefensadelsl.org>2013-12-27 23:55:53 +0000
commit65eeff79fff8a1bfdf67ca51d147384f46f4d5c0 (patch)
treefbfdff322b28d9a3c37e6e31c94caf1d8e48dac1 /community/log4cpp
parentd53c44f055929b18d7d1b25f8367ee5836c435fc (diff)
Fri Dec 27 23:54:04 UTC 2013
Diffstat (limited to 'community/log4cpp')
-rw-r--r--community/log4cpp/PKGBUILD9
1 files changed, 5 insertions, 4 deletions
diff --git a/community/log4cpp/PKGBUILD b/community/log4cpp/PKGBUILD
index a21144a70..7db5c9930 100644
--- a/community/log4cpp/PKGBUILD
+++ b/community/log4cpp/PKGBUILD
@@ -1,20 +1,21 @@
-# $Id: PKGBUILD 99897 2013-10-31 02:20:59Z allan $
+# $Id: PKGBUILD 102767 2013-12-19 14:04:47Z stativ $
# Maintainer: Lukas Jirkovsky <l.jirkovsky@gmail.com>
# Contributor : Geraud Le Falher <daureg@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/"
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
}