diff options
| author | Francesco Colista <fcolista@alpinelinux.org> | 2019-07-22 11:32:34 +0000 |
|---|---|---|
| committer | Francesco Colista <fcolista@alpinelinux.org> | 2019-07-22 11:32:39 +0000 |
| commit | d6e59d9cef7cef32cd7eb5da2ed8a64ed876e2f5 (patch) | |
| tree | 26ae40f0262a42ee8f57cdc09bd2c0b9cb8d1aab /testing/openvas-smb/mingw-alpine-support.patch | |
| parent | a7e7817851bde69519f08cbcccc9c11ef06e539b (diff) | |
| download | aports-d6e59d9cef7cef32cd7eb5da2ed8a64ed876e2f5.tar.bz2 aports-d6e59d9cef7cef32cd7eb5da2ed8a64ed876e2f5.tar.xz | |
testing/openvas-smb: new aport
Diffstat (limited to 'testing/openvas-smb/mingw-alpine-support.patch')
| -rw-r--r-- | testing/openvas-smb/mingw-alpine-support.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/testing/openvas-smb/mingw-alpine-support.patch b/testing/openvas-smb/mingw-alpine-support.patch new file mode 100644 index 0000000000..527da607e7 --- /dev/null +++ b/testing/openvas-smb/mingw-alpine-support.patch @@ -0,0 +1,13 @@ +diff --git a/winexe/CMakeLists.txt b/winexe/CMakeLists.txt +index a0e8bb5..2cb6040 100644 +--- a/winexe/CMakeLists.txt ++++ b/winexe/CMakeLists.txt +@@ -54,7 +54,7 @@ include_directories(${SMB_INCLUDES}) + include_directories(${POPT_INCLUDE_DIRS}) + include_directories(${GLIB_INCLUDE_DIRS}) + +-find_program(MINGW_GCC NAMES i686-w64-mingw32-gcc i586-mingw32msvc-gcc) ++find_program(MINGW_GCC NAMES i686-w64-mingw32-gcc i586-mingw32msvc-gcc x86_64-w64-mingw32-gcc x86-w64-mingw32-gcc) + + if (NOT MINGW_GCC) + message(SEND_ERROR "i586-mingw32msvc-gcc not found in PATH.\nIt is needed to build the Windows Service for winexe.") |
