diff options
Diffstat (limited to 'scx-veracrypt/veracrypt.spec')
-rw-r--r-- | scx-veracrypt/veracrypt.spec | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/scx-veracrypt/veracrypt.spec b/scx-veracrypt/veracrypt.spec index a891158..7e8abf2 100644 --- a/scx-veracrypt/veracrypt.spec +++ b/scx-veracrypt/veracrypt.spec @@ -85,6 +85,7 @@ Patch2: veracrypt-1.0f-2-desktop.patch # /usr/lib/gcc/x86_64-redhat-linux/7/include/wmmintrin.h:61:1: error: inlining failed in call to always_inline '_mm_aesenc_si128': target specific option mismatch # _mm_aesenc_si128 (__m128i __X, __m128i __Y) Patch3: veracrypt-1.21-dumpfullversion.patch +Patch4: veracrypt-1.22-include-sysmacros.patch #BuildRequires: wxGTK3-devel %if "%{?wx_toolkit}" != "" @@ -124,6 +125,7 @@ Free disk encryption software based on TrueCrypt. %if 0%{?enable_dumpfullversion} %patch3 -p1 %endif +%patch4 -p1 %build %if 0%{wx_version_major} < 3 |