@@ -93,8 +93,11 @@ def build():
|
|||||||
|
|
||||||
def check():
|
def check():
|
||||||
shelltools.cd("build")
|
shelltools.cd("build")
|
||||||
autotools.make("check || true")
|
|
||||||
|
|
||||||
|
if get.buildTYPE() != "emul32":
|
||||||
|
autotools.make("check || true")
|
||||||
|
else:
|
||||||
|
pass
|
||||||
|
|
||||||
def install():
|
def install():
|
||||||
shelltools.cd("build")
|
shelltools.cd("build")
|
||||||
|
|||||||
@@ -80,9 +80,11 @@
|
|||||||
<PartOf>system.base</PartOf>
|
<PartOf>system.base</PartOf>
|
||||||
<Summary>32-bit shared libraries for glibc</Summary>
|
<Summary>32-bit shared libraries for glibc</Summary>
|
||||||
<BuildType>emul32</BuildType>
|
<BuildType>emul32</BuildType>
|
||||||
|
<BuildDependencies>
|
||||||
|
<Dependency>glibc-32bit</Dependency><!-- cyclic dep? -->
|
||||||
|
</BuildDependencies>
|
||||||
<RuntimeDependencies>
|
<RuntimeDependencies>
|
||||||
<Dependency release="current">glibc</Dependency>
|
<Dependency release="current">glibc</Dependency>
|
||||||
<Dependency>glibc-32bit</Dependency><!-- cyclic dep? -->
|
|
||||||
</RuntimeDependencies>
|
</RuntimeDependencies>
|
||||||
<Files>
|
<Files>
|
||||||
<Path fileType="config">/etc/ld.so.conf.d/60-glibc-32bit.conf</Path>
|
<Path fileType="config">/etc/ld.so.conf.d/60-glibc-32bit.conf</Path>
|
||||||
|
|||||||
Reference in New Issue
Block a user