make:rebuild

This commit is contained in:
Rmys
2018-07-20 12:01:24 +03:00
parent 49b75494a3
commit ff7f59c9c7
2 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ from pisi.actionsapi import get
from pisi.actionsapi import pisitools from pisi.actionsapi import pisitools
def setup(): def setup():
autotools.autoreconf("-fi") shelltools.system("sed -i '211,217 d; 219,229 d; 232 d' glob/glob.c")
autotools.configure("--enable-nls \ autotools.configure("--enable-nls \
--program-prefix=g") --program-prefix=g")
+4 -4
View File
@@ -19,11 +19,11 @@
<Dependency>gnuconfig</Dependency> <Dependency>gnuconfig</Dependency>
<Dependency>patch</Dependency> <Dependency>patch</Dependency>
<Dependency>gc-devel</Dependency> <Dependency>gc-devel</Dependency>
<Dependency>guile-devel</Dependency> <!-- <Dependency>guile-devel</Dependency> -->
</BuildDependencies> </BuildDependencies>
<Patches> <Patches>
<Patch>glibc_2_27.patch</Patch> <!-- <Patch>glibc_2_27.patch</Patch> -->
<!--Patch>guile-2.2.patch</Patch--> <!-- <Patch>guile-2.2.patch</Patch> -->
</Patches> </Patches>
</Source> </Source>
@@ -44,7 +44,7 @@
<History> <History>
<Update release="4"> <Update release="4">
<Date>2018-07-18</Date> <Date>2018-07-20</Date>
<Version>4.2.1</Version> <Version>4.2.1</Version>
<Comment>Rebuild</Comment> <Comment>Rebuild</Comment>
<Name>Ertuğrul Erata</Name> <Name>Ertuğrul Erata</Name>