Merge pull request #3026 from groni/master
tidy recode upower change and rebuild
This commit is contained in:
@@ -90,7 +90,7 @@
|
|||||||
|
|
||||||
<History>
|
<History>
|
||||||
<Update release="3">
|
<Update release="3">
|
||||||
<Date>2017-03-01</Date>
|
<Date>2017-03-02</Date>
|
||||||
<Version>0.99.4</Version>
|
<Version>0.99.4</Version>
|
||||||
<Comment>Rebuild for new toolchain.</Comment>
|
<Comment>Rebuild for new toolchain.</Comment>
|
||||||
<Name>Pisi Linux Community</Name>
|
<Name>Pisi Linux Community</Name>
|
||||||
|
|||||||
@@ -61,7 +61,7 @@
|
|||||||
|
|
||||||
<History>
|
<History>
|
||||||
<Update release="3">
|
<Update release="3">
|
||||||
<Date>2017-03-01</Date>
|
<Date>2017-03-02</Date>
|
||||||
<Version>3.6</Version>
|
<Version>3.6</Version>
|
||||||
<Comment>Rebuild for new toolchain.</Comment>
|
<Comment>Rebuild for new toolchain.</Comment>
|
||||||
<Name>Pisi Linux Community</Name>
|
<Name>Pisi Linux Community</Name>
|
||||||
|
|||||||
@@ -13,8 +13,8 @@ from pisi.actionsapi import get
|
|||||||
|
|
||||||
def setup():
|
def setup():
|
||||||
#shelltools.system("sh build/gnuauto/setup.sh")
|
#shelltools.system("sh build/gnuauto/setup.sh")
|
||||||
autotools.configure("--disable-static \
|
autotools.configure("--disable-static")
|
||||||
--includedir=%s/usr/include/tidy " % get.installDIR())
|
#--includedir=%s/usr/include/" % get.installDIR())
|
||||||
|
|
||||||
def build():
|
def build():
|
||||||
autotools.make()
|
autotools.make()
|
||||||
|
|||||||
Reference in New Issue
Block a user