|
@@ -7,6 +7,8 @@
|
|
CRYPTOPP_VERSION = 5.6.3
|
|
CRYPTOPP_VERSION = 5.6.3
|
|
CRYPTOPP_SOURCE = cryptopp$(subst .,,$(CRYPTOPP_VERSION)).zip
|
|
CRYPTOPP_SOURCE = cryptopp$(subst .,,$(CRYPTOPP_VERSION)).zip
|
|
CRYPTOPP_SITE = http://cryptopp.com/
|
|
CRYPTOPP_SITE = http://cryptopp.com/
|
|
|
|
+# Upstream patch needed to fix the build with gcc < 4.5
|
|
|
|
+CRYPTOPP_PATCH = https://github.com/weidai11/cryptopp/commit/f707b9ef1688d4429ca6239cf2dc236440974681.patch
|
|
CRYPTOPP_LICENSE = Boost-v1.0
|
|
CRYPTOPP_LICENSE = Boost-v1.0
|
|
CRYPTOPP_LICENSE_FILES = License.txt
|
|
CRYPTOPP_LICENSE_FILES = License.txt
|
|
CRYPTOPP_INSTALL_STAGING = YES
|
|
CRYPTOPP_INSTALL_STAGING = YES
|