app-crypt/nitrokey-app: version bump
This commit is contained in:
parent
43e11b83f9
commit
1f69fe58e1
4 changed files with 80 additions and 0 deletions
11
app-crypt/nitrokey-app/files/0001-cmake-CXX-not-found.patch
Normal file
11
app-crypt/nitrokey-app/files/0001-cmake-CXX-not-found.patch
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
--- a/libnitrokey/CMakeLists.txt 2017-08-06 01:35:11.382608018 +0200
|
||||
+++ b/libnitrokey/CMakeLists.txt 2017-08-06 01:35:17.789623109 +0200
|
||||
@@ -3,8 +3,6 @@
|
||||
OPTION(USE_CLANG "Use CLang" FALSE)
|
||||
IF(USE_CLANG)
|
||||
set(CMAKE_CXX_COMPILER "/usr/bin/clang++" CACHE string "clang++ compiler" FORCE)
|
||||
- ELSE()
|
||||
- set(CMAKE_CXX_COMPILER)
|
||||
ENDIF()
|
||||
OPTION(ADD_ASAN "Use ASAN to show memory issues" FALSE)
|
||||
OPTION(ADD_TSAN "Use TSAN to show thread issues" FALSE)
|
||||
Loading…
Add table
Add a link
Reference in a new issue