aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/webkit/webkit-efl/set-so-version.patch
blob: 7cf81a2f4c74766f51608bf603de3913f61fa4db (plain)
1
2
3
4
5
6
7
8
9
10
11
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)