From 4c7e42fb1f5609a25db0d215ae2831cf9a0aa94f Mon Sep 17 00:00:00 2001 From: Rmys Date: Tue, 23 Apr 2019 08:40:26 +0300 Subject: [PATCH] crypto++:rebuild --- util/crypt/crypto++/actions.py | 5 ++++- util/crypt/crypto++/pspec.xml | 7 +++++++ 2 files changed, 11 insertions(+), 1 deletion(-) 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