disabled strings
This commit is contained in:
@@ -5,22 +5,23 @@
|
||||
# See the file http://www.gnu.org/copyleft/gpl.txt
|
||||
|
||||
from pisi.actionsapi import autotools
|
||||
from pisi.actionsapi import shelltools
|
||||
#from pisi.actionsapi import shelltools
|
||||
from pisi.actionsapi import pisitools
|
||||
from pisi.actionsapi import get
|
||||
|
||||
def setup():
|
||||
options = "\
|
||||
--disable-static \
|
||||
--enable-fixed-point \
|
||||
"
|
||||
# options = "\
|
||||
# --disable-static \
|
||||
# --enable-fixed-point \
|
||||
# "
|
||||
|
||||
if get.buildTYPE() == "_emul32":
|
||||
options += " --libdir=/usr/lib32 \
|
||||
"
|
||||
shelltools.export("PKG_CONFIG_PATH", "/usr/lib32/pkgconfig")
|
||||
# if get.buildTYPE() == "_emul32":
|
||||
# options += " --libdir=/usr/lib32 \
|
||||
# "
|
||||
# shelltools.export("PKG_CONFIG_PATH", "/usr/lib32/pkgconfig")
|
||||
|
||||
autotools.configure(options)
|
||||
# autotools.configure(options)
|
||||
autotools.configure("--disable-static")
|
||||
|
||||
pisitools.dosed("libtool", " -shared ", " -Wl,-O1,--as-needed -shared ")
|
||||
|
||||
|
||||
@@ -21,9 +21,9 @@
|
||||
<Dependency>libogg-devel</Dependency>
|
||||
<Dependency>libopus-devel</Dependency>
|
||||
<Dependency>openssl-devel</Dependency>
|
||||
<Dependency>libogg-32bit</Dependency>
|
||||
<!-- <Dependency>libogg-32bit</Dependency>
|
||||
<Dependency>libopus-32bit</Dependency>
|
||||
<Dependency>openssl-32bit</Dependency>
|
||||
<Dependency>openssl-32bit</Dependency> -->
|
||||
</BuildDependencies>
|
||||
</Source>
|
||||
|
||||
@@ -52,7 +52,7 @@
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<Package>
|
||||
<!-- <Package>
|
||||
<Name>opusfile-32bit</Name>
|
||||
<PartOf>emul32</PartOf>
|
||||
<Summary>32-bit shared libraries for opusfile</Summary>
|
||||
@@ -66,7 +66,7 @@
|
||||
<Files>
|
||||
<Path fileType="library">/usr/lib32</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
</Package> -->
|
||||
|
||||
<History>
|
||||
<Update release="1">
|
||||
|
||||
Reference in New Issue
Block a user