gnutls add dependency

This commit is contained in:
groni
2017-01-26 15:55:16 +01:00
parent 933715ec09
commit 39ff9d8dea
2 changed files with 17 additions and 6 deletions
+5 -3
View File
@@ -16,10 +16,12 @@ def setup():
--enable-heartbeat-support \
--with-zlib \
--without-tpm \
--without-dane \
--disable-valgrind-tests"
if get.buildTYPE() == "emul32":
options += " --disable-hardware-acceleration \
--with-included-unistring \
--enable-local-libopts \
"
@@ -30,10 +32,10 @@ def setup():
def build():
autotools.make()
def check():
#def check():
#some tests fail in emul32
if not get.buildTYPE() == "emul32":
autotools.make("-k check")
#if not get.buildTYPE() == "emul32":
#autotools.make("check")
def install():
autotools.rawInstall("DESTDIR=%s" % get.installDIR())