summarylogtreecommitdiffstats
path: root/linker.patch
diff options
context:
space:
mode:
Diffstat (limited to 'linker.patch')
-rw-r--r--linker.patch12
1 files changed, 0 insertions, 12 deletions
diff --git a/linker.patch b/linker.patch
deleted file mode 100644
index 543b00f382f6..000000000000
--- a/linker.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff --git a/CMakeLists.txt b/CMakeLists.txt
-index b9d0501d..ac919122 100644
---- a/CMakeLists.txt
-+++ b/CMakeLists.txt
-@@ -77,6 +77,7 @@ endif ()
- set(CUSTOM_FLAGS "${CUSTOM_FLAGS} -DQT_NO_EXCEPTIONS")
-
- set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} ${CUSTOM_FLAGS}")
-+set(CMAKE_INSTALL_RPATH_USE_LINK_PATH TRUE)
- # See: http://stackoverflow.com/a/1372836
- if (WIN32)
- set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -D_WINSOCKAPI_")