]> git.pld-linux.org Git - packages/io.git/blame - io-link.patch
- updated to 20110912 (last tagged release on github)
[packages/io.git] / io-link.patch
CommitLineData
55c8e619
JB
1--- io-2011.09.12/libs/basekit/CMakeLists.txt.orig 2011-09-13 00:14:12.000000000 +0200
2+++ io-2011.09.12/libs/basekit/CMakeLists.txt 2013-11-09 11:56:22.217694352 +0100
3@@ -17,6 +17,7 @@
4
5 # Now build the shared library
6 add_library(basekit SHARED ${SRCS})
7+target_link_libraries(basekit -ldl -lm)
8
9 # ...And the static library
10 #add_library(basekit_static STATIC ${SRCS})
11--- io-2011.09.12/libs/iovm/CMakeLists.txt.orig 2011-09-13 00:14:12.000000000 +0200
12+++ io-2011.09.12/libs/iovm/CMakeLists.txt 2013-11-09 11:57:12.164358923 +0100
13@@ -84,7 +84,7 @@
14 # Now build the shared library
15 add_library(iovmall SHARED ${SRCS})
16 add_dependencies(iovmall io2c basekit coroutine garbagecollector)
17-target_link_libraries(iovmall basekit coroutine garbagecollector)
18+target_link_libraries(iovmall basekit coroutine garbagecollector -lm)
19
20 # The following add the install target, so we put libvmall.* in our
21 # install prefix.
This page took 0.082877 seconds and 4 git commands to generate.