1
0
mirror of https://github.com/cjdelisle/openwrt.git synced 2025-05-11 01:25:40 +00:00
Files
openwrt/package/libs/libpcap/patches/100-no-openssl.patch

11 lines
192 B
Diff

--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1441,7 +1441,6 @@ if(ENABLE_REMOTE)
#
# OpenSSL/libressl.
#
- find_package(OpenSSL)
if(OPENSSL_FOUND)
#
# We have OpenSSL.