core updated.

This commit is contained in:
Ertuğrul Erata
2015-05-17 16:28:10 +03:00
parent 14d58aa1d0
commit 8e13c775be
558 changed files with 543408 additions and 27657 deletions
+4 -4
View File
@@ -10,13 +10,13 @@ from pisi.actionsapi import shelltools
from pisi.actionsapi import get
def setup():
#shelltools.export("CXXFLAGS","%s -fno-rtti -fno-exceptions" % get.CXXFLAGS())
#autotools.autoreconf("-fi")
shelltools.export("PAGE", "a4")
autotools.configure("--prefix=/usr \
--with-appresdir=/usr/share/X11/app-defaults \
--with-x")
--without-x")
def build():
shelltools.export("LC_ALL", "C")
#shelltools.export("LC_ALL", "C")
autotools.make()
def install():