summaryrefslogtreecommitdiff
path: root/user/mistserver/link-execinfo.patch
diff options
context:
space:
mode:
Diffstat (limited to 'user/mistserver/link-execinfo.patch')
-rw-r--r--user/mistserver/link-execinfo.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/user/mistserver/link-execinfo.patch b/user/mistserver/link-execinfo.patch
deleted file mode 100644
index ed5c088bc..000000000
--- a/user/mistserver/link-execinfo.patch
+++ /dev/null
@@ -1,11 +0,0 @@
-diff -ur a/CMakeLists.txt b/CMakeLists.txt
---- a/CMakeLists.txt 2022-02-11 00:15:16.610459631 +0000
-+++ b/CMakeLists.txt 2022-02-11 00:15:01.221072666 +0000
-@@ -191,6 +191,7 @@
- endif()
- target_link_libraries(mist
- -lpthread
-+ -lexecinfo
- ${LIBRT}
- )
- if (NOT DEFINED NOSSL )