File: cmake-disable-3rdparty.patch

package info (click to toggle)
mbedtls 3.6.4-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 50,424 kB
  • sloc: ansic: 164,526; sh: 25,295; python: 14,825; makefile: 2,761; perl: 1,043; tcl: 4
file content (16 lines) | stat: -rw-r--r-- 435 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Description: Disable 3rdparty code in CMake
Author: Andrea Pappacoda <andrea@pappacoda.it>
Forwarded: https://github.com/Mbed-TLS/mbedtls/pull/8284#issuecomment-2030088495
Last-Update: 2024-04-01

--- mbedtls-3.6.0.orig/CMakeLists.txt
+++ mbedtls-3.6.0/CMakeLists.txt
@@ -290,8 +290,6 @@ add_subdirectory(framework)
 
 add_subdirectory(include)
 
-add_subdirectory(3rdparty)
-
 add_subdirectory(library)
 
 add_subdirectory(pkgconfig)