aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/webkit/webkit-efl/set-so-version.patch
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/webkit/webkit-efl/set-so-version.patch')
-rw-r--r--recipes/webkit/webkit-efl/set-so-version.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/recipes/webkit/webkit-efl/set-so-version.patch b/recipes/webkit/webkit-efl/set-so-version.patch
deleted file mode 100644
index 7cf81a2f4c..0000000000
--- a/recipes/webkit/webkit-efl/set-so-version.patch
+++ /dev/null
@@ -1,11 +0,0 @@
-diff -ru webkit.original/WebKit/CMakeLists.txt webkit/WebKit/CMakeLists.txt
---- webkit.original/WebKit/CMakeLists.txt 2010-07-24 00:14:06.000000000 +0200
-+++ webkit/WebKit/CMakeLists.txt 2010-07-23 23:55:01.000000000 +0200
-@@ -59,6 +59,7 @@
- ADD_LIBRARY(${WebKit_LIBRARY_NAME} ${WebKit_LIBRARY_TYPE} ${WebKit_SOURCES})
- TARGET_LINK_LIBRARIES(${WebKit_LIBRARY_NAME} ${WebKit_LIBRARIES})
- ADD_TARGET_PROPERTIES(${WebKit_LIBRARY_NAME} LINK_FLAGS "${WebKit_LINK_FLAGS}")
-+SET_TARGET_PROPERTIES(${WebKit_LIBRARY_NAME} PROPERTIES VERSION 0.0.0 SOVERSION 0)
-
- INSTALL(TARGETS ${WebKit_LIBRARY_NAME} DESTINATION lib)
-