diff --git a/system/base/liblogging/actions.py b/system/base/liblogging/actions.py
index 24794ff8..f5f34907 100644
--- a/system/base/liblogging/actions.py
+++ b/system/base/liblogging/actions.py
@@ -8,9 +8,11 @@ from pisi.actionsapi import autotools
from pisi.actionsapi import pisitools
def setup():
+ autotools.autoreconf("-vfi")
autotools.configure("--disable-static \
--disable-rfc3195 \
- --disable-journal")
+ --disable-journal \
+ --disable-man-pages")
def build():
autotools.make()
diff --git a/system/base/liblogging/pspec.xml b/system/base/liblogging/pspec.xml
index 375545a3..54be3277 100644
--- a/system/base/liblogging/pspec.xml
+++ b/system/base/liblogging/pspec.xml
@@ -12,7 +12,7 @@
library
Easy to use, portable, open source library for system logging
Liblogging offers an enhanced replacement for the syslog() call, but retains its ease of use.
- https://sourceforge.net/projects/pisilinux/files/source/liblogging-1.0.5.tar.gz
+ https://github.com/rsyslog/liblogging/archive/v1.0.6.tar.gz
@@ -39,6 +39,13 @@
+
+ 2019-12-27
+ 1.0.6
+ Version bump
+ idris Kalp
+ idriskalp@gmail.com
+
2018-07-19
1.0.5