diff --git a/util/crypt/crypto++/actions.py b/util/crypt/crypto++/actions.py index ad69044a98..07322dbe93 100644 --- a/util/crypt/crypto++/actions.py +++ b/util/crypt/crypto++/actions.py @@ -13,12 +13,15 @@ from pisi.actionsapi import get def build(): + pisitools.flags.add("-DNDEBUG -fPIC") pisitools.dosed("cryptopp.pc", "@VERSION@", get.srcVERSION()) - cmaketools.make() + cmaketools.make("dynamic cryptest.exe") def install(): cmaketools.rawInstall("PREFIX=/usr DESTDIR=%s" % get.installDIR()) + + pisitools.remove("/usr/lib/libcryptopp.a") pisitools.insinto("/usr/lib/pkgconfig", "cryptopp.pc") diff --git a/util/crypt/crypto++/pspec.xml b/util/crypt/crypto++/pspec.xml index e573c99d1d..24adb7abd4 100644 --- a/util/crypt/crypto++/pspec.xml +++ b/util/crypt/crypto++/pspec.xml @@ -47,6 +47,13 @@ + + 2019-04-23 + 7.0.0 + Version Bump + PisiLinux Community + admins@pisilinux.org + 2018-02-22 7.0.0