mirror of
https://github.com/Ysurac/openmptcprouter.git
synced 2025-03-09 15:40:20 +00:00
Add alpha version for kernel 6.12 support
This commit is contained in:
parent
2d47118221
commit
6e713f6367
281 changed files with 65491 additions and 0 deletions
11
6.12/package/libs/libpcap/patches/999-fix-compilation.patch
Normal file
11
6.12/package/libs/libpcap/patches/999-fix-compilation.patch
Normal file
|
@ -0,0 +1,11 @@
|
|||
--- a/CMakeLists.txt 2024-10-08 08:04:55.220966217 +0200
|
||||
+++ b/CMakeLists.txt 2024-10-08 08:09:03.593429433 +0200
|
||||
@@ -350,7 +350,7 @@
|
||||
if(NOT ${CMAKE_C_COMPILER} MATCHES "clang*")
|
||||
set(C_ADDITIONAL_FLAGS "${C_ADDITIONAL_FLAGS} /utf-8")
|
||||
endif(NOT ${CMAKE_C_COMPILER} MATCHES "clang*")
|
||||
-else(MSVC)
|
||||
+elseif(FALSE)
|
||||
#
|
||||
# For checking if a compiler flag works, failing if it doesn't,
|
||||
# and adding it otherwise.
|
Loading…
Add table
Add a link
Reference in a new issue