OBS-URL: https://build.opensuse.org/package/show/systemsmanagement:wbem/konkretcmpi?expand=0&rev=39
13 lines
822 B
Diff
13 lines
822 B
Diff
diff -wruN -x '*~' -x '*.o' -x '*.a' -x '*.so' -x '*.so.[0-9]' -x autom4te.cache -x .deps -x .libs ../orig-konkretcmpi-0.9.2/src/mof/python/CMakeLists.txt ./src/mof/python/CMakeLists.txt
|
|
--- ../orig-konkretcmpi-0.9.2/src/mof/python/CMakeLists.txt 2015-02-09 19:52:50.476210650 +0100
|
|
+++ ./src/mof/python/CMakeLists.txt 2015-02-09 19:53:59.835087289 +0100
|
|
@@ -21,7 +21,7 @@
|
|
set_source_files_properties(konkretmof.i PROPERTIES SWIG_FLAGS "-includeall")
|
|
swig_add_module(konkretmof python
|
|
konkretmof.i)
|
|
-swig_link_libraries(konkretmof ${PYTHON_LIBRARIES} konkretmof)
|
|
+swig_link_libraries(konkretmof ${PYTHON_LIBRARIES} pthread util dl konkretmof)
|
|
|
|
install(TARGETS ${SWIG_MODULE_konkretmof_REAL_NAME} DESTINATION ${PYTHON_LIB_DIR})
|
|
install(FILES ${CMAKE_CURRENT_BINARY_DIR}/konkretmof.py DESTINATION ${PYTHON_LIB_DIR})
|