libsigc++:fix actions
This commit is contained in:
@@ -6,15 +6,12 @@
|
|||||||
|
|
||||||
from pisi.actionsapi import autotools
|
from pisi.actionsapi import autotools
|
||||||
from pisi.actionsapi import pisitools
|
from pisi.actionsapi import pisitools
|
||||||
from pisi.actionsapi import shelltools
|
|
||||||
from pisi.actionsapi import get
|
from pisi.actionsapi import get
|
||||||
|
|
||||||
def setup():
|
def setup():
|
||||||
# dont waste time building examples, docs and tests
|
# dont waste time building examples, docs and tests
|
||||||
pisitools.dosed("Makefile.in", " tests examples docs")
|
pisitools.dosed("Makefile.in", " tests examples docs")
|
||||||
|
|
||||||
shelltools.system("./autogen.sh")
|
|
||||||
|
|
||||||
autotools.configure("--disable-static")
|
autotools.configure("--disable-static")
|
||||||
|
|
||||||
pisitools.dosed("libtool", " -shared ", " -Wl,--as-needed -shared ")
|
pisitools.dosed("libtool", " -shared ", " -Wl,--as-needed -shared ")
|
||||||
|
|||||||
Reference in New Issue
Block a user