mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-20 04:23:16 -04:00
dev-libs/lsquic: bump 4.0.8
Signed-off-by: Okamura Kazuya <gentoo-guru@danceylove.net>
This commit is contained in:
20
dev-libs/lsquic/files/lsquic-disable-override-flags.patch
Normal file
20
dev-libs/lsquic/files/lsquic-disable-override-flags.patch
Normal file
@@ -0,0 +1,20 @@
|
||||
diff --git a/CMakeLists.txt b/CMakeLists.txt
|
||||
index e9ca3d8..6ee1e9d 100644
|
||||
--- a/CMakeLists.txt
|
||||
+++ b/CMakeLists.txt
|
||||
@@ -59,7 +59,6 @@ IF(LSQUIC_FIU)
|
||||
ENDIF()
|
||||
|
||||
IF(CMAKE_BUILD_TYPE STREQUAL "Debug")
|
||||
- SET(MY_CMAKE_FLAGS "${MY_CMAKE_FLAGS} -O0 -g3")
|
||||
IF(CMAKE_C_COMPILER MATCHES "clang" AND
|
||||
NOT "$ENV{TRAVIS}" MATCHES "^true$" AND
|
||||
NOT "$ENV{EXTRA_CFLAGS}" MATCHES "-fsanitize")
|
||||
@@ -69,7 +68,6 @@ IF(CMAKE_BUILD_TYPE STREQUAL "Debug")
|
||||
# Uncomment to enable cleartext protocol mode (no crypto):
|
||||
#SET (MY_CMAKE_FLAGS "${MY_CMAKE_FLAGS} -DLSQUIC_ENABLE_HANDSHAKE_DISABLE=1")
|
||||
ELSE()
|
||||
- SET(MY_CMAKE_FLAGS "${MY_CMAKE_FLAGS} -O3 -g0")
|
||||
# Comment out the following line to compile out debug messages:
|
||||
#SET(MY_CMAKE_FLAGS "${MY_CMAKE_FLAGS} -DLSQUIC_LOWEST_LOG_LEVEL=LSQ_LOG_INFO")
|
||||
ENDIF()
|
||||
Reference in New Issue
Block a user