From b8a1859fa43314ddaf407fd37565ba8f561efc10 Mon Sep 17 00:00:00 2001 From: alihanozturk Date: Sun, 22 Nov 2015 17:22:58 +0200 Subject: [PATCH] telepathy-mission-control:unused --- network/chat/telepathy-mission-control/actions.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/network/chat/telepathy-mission-control/actions.py b/network/chat/telepathy-mission-control/actions.py index 36fbfff49b..36cabbeea7 100644 --- a/network/chat/telepathy-mission-control/actions.py +++ b/network/chat/telepathy-mission-control/actions.py @@ -9,7 +9,6 @@ from pisi.actionsapi import pisitools from pisi.actionsapi import get def setup(): - #autotools.autoreconf("-vfi") autotools.configure("--disable-static \ --libexecdir=/usr/lib \ --enable-gnome-keyring \ @@ -19,7 +18,7 @@ def setup(): --disable-static \ --disable-schemas-compile") - #pisitools.dosed("libtool", " -shared ", " -Wl,-O1,--as-needed -shared ") + pisitools.dosed("libtool", " -shared ", " -Wl,-O1,--as-needed -shared ") def build(): autotools.make()