log4cplus: update to 1.2.1
This commit is contained in:
parent
3038d91586
commit
65f9eacc26
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'log4cplus'
|
# Template file for 'log4cplus'
|
||||||
pkgname=log4cplus
|
pkgname=log4cplus
|
||||||
version=1.2.0
|
version=1.2.1
|
||||||
revision=2
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--with-working-locale"
|
configure_args="--with-working-locale"
|
||||||
short_desc="C++ logger very close to Java's log4j"
|
short_desc="C++ logger very close to Java's log4j"
|
||||||
|
@ -9,7 +9,7 @@ maintainer="Juergen Buchmueller <pullmoll@t-online.de>"
|
||||||
license="GPL-2"
|
license="GPL-2"
|
||||||
homepage="http://log4cplus.sourceforge.net/"
|
homepage="http://log4cplus.sourceforge.net/"
|
||||||
distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}.tar.xz"
|
distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}.tar.xz"
|
||||||
checksum=93aa5b26425f0b1596c5e5b3d58916988fdd83b359a02ca59878eb5c7c2ec6c2
|
checksum=09899274d18af7ec845ef2c36a86b446a03f6b0e3b317d96d89447007ebed0fc
|
||||||
|
|
||||||
# Reduce log spamming for deprecated auto_ptr
|
# Reduce log spamming for deprecated auto_ptr
|
||||||
CXXFLAGS="-Wno-deprecated-declarations"
|
CXXFLAGS="-Wno-deprecated-declarations"
|
||||||
|
|
Loading…
Reference in New Issue