diff --git a/network/chat/telepathy-logger/actions.py b/network/chat/telepathy-logger/actions.py
index 90af710568..f2b8088b1d 100644
--- a/network/chat/telepathy-logger/actions.py
+++ b/network/chat/telepathy-logger/actions.py
@@ -11,11 +11,9 @@ from pisi.actionsapi import get
def setup():
#autotools.autoreconf("-vfi")
- autotools.configure("--disable-static \
- --libexecdir=/usr/lib \
- --enable-call \
- --enable-shared \
- --with-gconf-schema-file-dir=/etc/gconf/schemas")
+ autotools.configure("--prefix=/usr \
+ --libexecdir=/usr/lib/telepathy \
+ --disable-static")
def build():
autotools.make("-j1")
@@ -23,4 +21,4 @@ def build():
def install():
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
- pisitools.dodoc("AUTHORS", "ChangeLog", "COPYING", "README", "NEWS", "TODO")
\ No newline at end of file
+ pisitools.dodoc("AUTHORS", "ChangeLog", "COPYING", "README", "NEWS", "TODO")
diff --git a/network/chat/telepathy-logger/pspec.xml b/network/chat/telepathy-logger/pspec.xml
index c52a0cbcb9..50693e66d3 100644
--- a/network/chat/telepathy-logger/pspec.xml
+++ b/network/chat/telepathy-logger/pspec.xml
@@ -57,6 +57,7 @@
telepathy-logger
telepathy-glib-devel
+ libxml2-devel
/usr/include
@@ -66,7 +67,7 @@
- 2015-11-22
+ 2016-03-30
0.8.2
First release
Alihan Öztürk