From d1f0b61f3bf3496ac013d67bc39fa40a68a92478 Mon Sep 17 00:00:00 2001 From: Eric Hameleers Date: Sat, 10 Feb 2018 19:09:27 +0100 Subject: Update the deps for the next release Notably: - qt5 was updated to 5.9.4 and a patch was applied which is essential for the Plasma desktop's correct drag & drop behavior. - cryptopp and cryfs were added to give the Plasma Vault a storage backend. --- deps/cryptopp/patches/cryptopp_slkcflags.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 deps/cryptopp/patches/cryptopp_slkcflags.patch (limited to 'deps/cryptopp/patches') diff --git a/deps/cryptopp/patches/cryptopp_slkcflags.patch b/deps/cryptopp/patches/cryptopp_slkcflags.patch new file mode 100644 index 0000000..3c0c14d --- /dev/null +++ b/deps/cryptopp/patches/cryptopp_slkcflags.patch @@ -0,0 +1,11 @@ +--- cryptopp-5.6.2/GNUmakefile.orig 2014-03-16 23:04:04.185871759 +0100 ++++ cryptopp-5.6.2/GNUmakefile 2014-03-16 23:30:49.726841806 +0100 +@@ -38,8 +38,6 @@ + ifneq ($(GCC42_OR_LATER),0) + ifeq ($(UNAME),Darwin) + CXXFLAGS += -arch x86_64 -arch i386 +-else +-CXXFLAGS += -march=native + endif + endif + -- cgit v1.2.3