mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-04 20:06:43 +02:00
testing/veracrypt: fix build
This commit is contained in:
parent
04005015fe
commit
2c8d79850a
@ -12,7 +12,9 @@ depends="device-mapper"
|
||||
makedepends="fuse-dev wxgtk-dev libsm-dev yasm"
|
||||
options="!check" # no test suite provided
|
||||
subpackages="$pkgname-doc"
|
||||
source="$pkgname-$pkgver.tar.bz2::https://launchpad.net/veracrypt/trunk/$pkgver/+download/${_pkgname}_${pkgver}_Source.tar.bz2"
|
||||
source="$pkgname-$pkgver.tar.bz2::https://launchpad.net/veracrypt/trunk/$pkgver/+download/${_pkgname}_${pkgver}_Source.tar.bz2
|
||||
sysmacros.patch
|
||||
"
|
||||
builddir="$srcdir/"
|
||||
|
||||
build() {
|
||||
@ -42,4 +44,5 @@ package() {
|
||||
EOF
|
||||
}
|
||||
|
||||
sha512sums="08795a42ab4eddb4792538d0207e6a45efad967abe257ba0a722b15f5bd43736f5e7cdce80b6c641dc1587c75f8f2b9b314f67e787a5a99031b5b47eea159b3d veracrypt-1.22.tar.bz2"
|
||||
sha512sums="08795a42ab4eddb4792538d0207e6a45efad967abe257ba0a722b15f5bd43736f5e7cdce80b6c641dc1587c75f8f2b9b314f67e787a5a99031b5b47eea159b3d veracrypt-1.22.tar.bz2
|
||||
34cbd10e3de5c0248a4d634e42a592b71c7c83e3edd4dd2ae05cc29bc7f9b3f71f85d32bbc5dcd68df9478a3fa2a0357ffbc9262baf76bf767c83b517ae29a09 sysmacros.patch"
|
||||
|
||||
13
testing/veracrypt/sysmacros.patch
Normal file
13
testing/veracrypt/sysmacros.patch
Normal file
@ -0,0 +1,13 @@
|
||||
diff --git a/src/Platform/Unix/FilesystemPath.cpp b/src/Platform/Unix/FilesystemPath.cpp
|
||||
index d6c9cd2..7c28af4 100644
|
||||
--- a/src/Platform/Unix/FilesystemPath.cpp
|
||||
+++ b/src/Platform/Unix/FilesystemPath.cpp
|
||||
@@ -15,6 +15,7 @@
|
||||
#include "Platform/StringConverter.h"
|
||||
#include <stdio.h>
|
||||
#include <sys/stat.h>
|
||||
+#include <sys/sysmacros.h>
|
||||
|
||||
namespace VeraCrypt
|
||||
{
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user