Merge pull request #373 from ertugerata/master

glibc rebuild
This commit is contained in:
Ertuğrul Erata
2016-03-20 10:46:04 +02:00
2 changed files with 7 additions and 2 deletions
+4 -1
View File
@@ -93,8 +93,11 @@ def build():
def check():
shelltools.cd("build")
autotools.make("check || true")
if get.buildTYPE() != "emul32":
autotools.make("check || true")
else:
pass
def install():
shelltools.cd("build")
+3 -1
View File
@@ -80,9 +80,11 @@
<PartOf>system.base</PartOf>
<Summary>32-bit shared libraries for glibc</Summary>
<BuildType>emul32</BuildType>
<BuildDependencies>
<Dependency>glibc-32bit</Dependency><!-- cyclic dep? -->
</BuildDependencies>
<RuntimeDependencies>
<Dependency release="current">glibc</Dependency>
<Dependency>glibc-32bit</Dependency><!-- cyclic dep? -->
</RuntimeDependencies>
<Files>
<Path fileType="config">/etc/ld.so.conf.d/60-glibc-32bit.conf</Path>