summaryrefslogtreecommitdiff
path: root/veracrypt/vc_include_sysmacros.patch
diff options
context:
space:
mode:
authorB Stack <bgstack15@gmail.com>2018-09-06 11:06:45 -0400
committerB Stack <bgstack15@gmail.com>2018-09-06 11:06:45 -0400
commit605a2615db15dde7b05cdd4478c739fac4b46ec7 (patch)
tree5d15ff33a44a6d4e54568b082e33fba9a2e91913 /veracrypt/vc_include_sysmacros.patch
parentirfanview: use downloadable mirror for sources (diff)
parentnow fixed, just cleaning up (diff)
downloadstackrpms-605a2615db15dde7b05cdd4478c739fac4b46ec7.tar.gz
stackrpms-605a2615db15dde7b05cdd4478c739fac4b46ec7.tar.bz2
stackrpms-605a2615db15dde7b05cdd4478c739fac4b46ec7.zip
Merge branch 'add-scx-veracrypt'
add sysmacros patch to match upstream https://www.veracrypt.fr/code/VeraCrypt/commit/?id=431aae0201677409856f7bc92a1856131eea634e add multi-platform rpm macros to allow building on el6, el7, and fc27-29
Diffstat (limited to 'veracrypt/vc_include_sysmacros.patch')
-rw-r--r--veracrypt/vc_include_sysmacros.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/veracrypt/vc_include_sysmacros.patch b/veracrypt/vc_include_sysmacros.patch
new file mode 100644
index 0000000..9381b40
--- /dev/null
+++ b/veracrypt/vc_include_sysmacros.patch
@@ -0,0 +1,11 @@
+diff -x '*.orig' -x '*.rej' -Naur VeraCrypt_1.22/src/Platform/Unix/FilesystemPath.cpp VeraCrypt_1.22-1/src/Platform/Unix/FilesystemPath.cpp
+--- VeraCrypt_1.22/src/Platform/Unix/FilesystemPath.cpp 2018-03-30 07:54:10.000000000 -0400
++++ VeraCrypt_1.22-1/src/Platform/Unix/FilesystemPath.cpp 2018-09-05 21:20:12.897225387 -0400
+@@ -15,6 +15,7 @@
+ #include "Platform/StringConverter.h"
+ #include <stdio.h>
+ #include <sys/stat.h>
++#include <sys/sysmacros.h>
+
+ namespace VeraCrypt
+ {
bgstack15