diff options
Diffstat (limited to 'community/log4cpp')
-rw-r--r-- | community/log4cpp/PKGBUILD | 9 |
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 } |