mirror of
https://abf.rosa.ru/djam/veracrypt.git
synced 2025-02-24 00:12:57 +00:00
Fix build error when using strict wxWidgets
This commit is contained in:
parent
b0b6f41ae5
commit
8b10b08a56
1 changed files with 3 additions and 2 deletions
|
@ -10,6 +10,7 @@ Url: https://veracrypt.codeplex.com
|
|||
Source0: https://github.com/veracrypt/VeraCrypt/archive/VeraCrypt-VeraCrypt_%{version}.tar.gz
|
||||
Patch1: veracrypt-1.0f-2-no-makeself.patch
|
||||
Patch2: veracrypt-1.0f-2-desktop.patch
|
||||
Patch3: Fix-wxWidgets.patch
|
||||
BuildRequires: wxgtku3.0-devel
|
||||
BuildRequires: nasm
|
||||
BuildRequires: fuse-devel
|
||||
|
@ -31,7 +32,7 @@ Free disk encryption software based on TrueCrypt.
|
|||
%setup -qn VeraCrypt-VeraCrypt_%{version}
|
||||
%patch1 -p1
|
||||
%patch2 -p1
|
||||
|
||||
%patch3 -p1
|
||||
%build
|
||||
pushd src
|
||||
%make
|
||||
|
@ -49,4 +50,4 @@ cp -r src/Setup/Linux/usr %{buildroot}
|
|||
mkdir -p %{buildroot}%{_iconsdir}/hicolor/16x16/apps/
|
||||
mkdir -p %{buildroot}%{_iconsdir}/hicolor/48x48/apps/
|
||||
install -m 0644 src/Resources/Icons/VeraCrypt-16x16.png %{buildroot}%{_iconsdir}/hicolor/16x16/apps/%{name}.png
|
||||
install -m 0644 src/Resources/Icons/VeraCrypt-48x48.png %{buildroot}%{_iconsdir}/hicolor/48x48/apps/%{name}.png
|
||||
install -m 0644 src/Resources/Icons/VeraCrypt-48x48.png %{buildroot}%{_iconsdir}/hicolor/48x48/apps/%{name}.png
|
||||
|
|
Loading…
Add table
Reference in a new issue