libtomcrypt rebuild

This commit is contained in:
Rmys
2024-08-20 16:12:07 +03:00
parent e3e92da3b4
commit dbc55d09b2
+2 -2
View File
@@ -16,8 +16,8 @@ def build():
shelltools.system('export EXTRALIBS="-ltommath"')
autotools.make("-f makefile.shared IGNORE_SPEED=1 library test")
def check():
autotools.make("test")
# def check():
# autotools.make("test")
def install():
autotools.rawInstall("-f makefile.shared DESTDIR=%s PREFIX=/usr INSTALL_GROUP='root'" % get.installDIR())