gnutls:rebuild
This commit is contained in:
@@ -14,20 +14,20 @@ def setup():
|
|||||||
--disable-silent-rules \
|
--disable-silent-rules \
|
||||||
--disable-guile \
|
--disable-guile \
|
||||||
--enable-heartbeat-support \
|
--enable-heartbeat-support \
|
||||||
--with-zlib \
|
|
||||||
--without-tpm \
|
--without-tpm \
|
||||||
--without-dane \
|
|
||||||
--disable-valgrind-tests"
|
--disable-valgrind-tests"
|
||||||
|
|
||||||
if get.buildTYPE() == "emul32":
|
if get.buildTYPE() == "emul32":
|
||||||
options += " --disable-hardware-acceleration \
|
options += " --disable-hardware-acceleration \
|
||||||
--with-included-unistring \
|
--libdir=/usr/lib32 \
|
||||||
|
--bindir=/usr/emul32/bin \
|
||||||
|
--with-included-unistring \
|
||||||
--enable-local-libopts \
|
--enable-local-libopts \
|
||||||
"
|
"
|
||||||
|
|
||||||
autotools.configure(options)
|
autotools.configure(options)
|
||||||
|
|
||||||
pisitools.dosed("libtool", " -shared ", " -Wl,--as-needed -shared ")
|
pisitools.dosed("libtool", " -shared ", " -Wl,-O1,--as-needed -shared ")
|
||||||
|
|
||||||
def build():
|
def build():
|
||||||
autotools.make()
|
autotools.make()
|
||||||
@@ -39,3 +39,9 @@ def build():
|
|||||||
|
|
||||||
def install():
|
def install():
|
||||||
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
|
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
|
||||||
|
|
||||||
|
if get.buildTYPE() == "emul32":
|
||||||
|
pisitools.removeDir("/usr/emul32")
|
||||||
|
return
|
||||||
|
pisitools.dodoc("AUTHORS*", "README*")
|
||||||
|
|
||||||
|
|||||||
@@ -100,7 +100,7 @@
|
|||||||
|
|
||||||
<History>
|
<History>
|
||||||
<Update release="8">
|
<Update release="8">
|
||||||
<Date>2018-07-31</Date>
|
<Date>2018-09-16</Date>
|
||||||
<Version>3.6.2</Version>
|
<Version>3.6.2</Version>
|
||||||
<Comment>Rebuild</Comment>
|
<Comment>Rebuild</Comment>
|
||||||
<Name>Mustafa Cianasal</Name>
|
<Name>Mustafa Cianasal</Name>
|
||||||
|
|||||||
Reference in New Issue
Block a user